-
Hi,
I have installed a Minio on my Cloudron instance, but when I try to upload objects to my bucket, a CORS error is returned.
That's weird since the URL from which I'm making the request does pass anOrigin
header and it is present in the list of allowed origins in the Minio console.
Any clues? -
G girish moved this topic from Support on
-
Updating from my application, but the thing is that my application does pass an
Origin
header so I can't understand why it would say it's missing -
@Lanhild Are you sending the request to the minio API domain and not the minio dashboard domain?
I would also test using minio cli and/or s3cmd .