cors error
#157
-
|
Has anyone has encountered cors errors upon calling the api? |
Beta Was this translation helpful? Give feedback.
Answered by
Mobivs
May 23, 2023
Replies: 1 comment 1 reply
-
|
Got it. I had to add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HenryHengZJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it. I had to add
"Access-Control-Allow-Origin": "*"
to the client.js file.