-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend unable to upload image due to CORS blocking #70
Comments
Hello @jymchng does it work if you use |
I went to get the logs and this is what I found:
What do you think could be wrong? |
I also notice when I try to go to |
Hello @jymchng I am going to check it is there any direction to replicate the error or can you create a branch that has this issue? |
Could it be because
that we should expose port 9090 instead of 9091? |
Or maybe I need to change
|
I tested this, it does not work. |
Hello @jymchng if you plan to use mycustomdomain.com. Have you test if a external client is able to connect with minio? Does it worked when using |
Hi @jonra1993, my frontend developer says that he is unable to upload any user image due to CORS blocking.
In my
.env
file, I already have the following:It is most likely due to Minio having issue: minio/minio#11111
Do you have any resolution?
The text was updated successfully, but these errors were encountered: