-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cors Error #13
Comments
Update, I was able to fix the code with the following:
Not sure if its the best solution, but it works! |
Glad you found a solution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I'm having issues with a Cors error being generated on by browser when I attempt to access Milua using a React client on local host. I'm unable to find any documentation on how to fix this. Any ideas?
This is my current script:
The error message I get:
My client is just doing a POST via axios:
The text was updated successfully, but these errors were encountered: