You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On local machine when connected to minio in dev environment, it is working fine, but when application gets deployed to dev environment - it throws an error while fetching the assets from minio - AnonymousRequestError: Presigned GET url cannot be generated for anonymous requests
NOTE
If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.
I am using presigned URL with this chunk of code -
On local machine when connected to minio in dev environment, it is working fine, but when application gets deployed to dev environment - it throws an error while fetching the assets from minio - AnonymousRequestError: Presigned GET url cannot be generated for anonymous requests
Minio config -
endPoint: 'endpoint.name',
port: 9000,
useSSL: false,
accessKey: 'accesskey',
secretKey: 'secretKey',
The text was updated successfully, but these errors were encountered: