Cannot set CORS #9180
Unanswered
mandymozart
asked this question in
Questions
Cannot set CORS
#9180
Replies: 1 comment
-
Additional Info: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying for some time now, to create a simple backend for a simple React App but use the keystone admin ui to provide data for my project, but am failing to link any external client due to CORS errors.
setting the underlying express.js CORS manually (as described in the docs) does not work, neither locally nor deployed on render.com
The app is not a production ready thing. It's a prototype and therefore I do not need to protect my app. I want to allow * for now.
I tried all bellow variants.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions