You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
Seems this might be a server configuration issue. Calling from a React 18 application. Can setup a backend proxy but that is not on my list right now. Only tried the 2 endpoints will let you know if there are others. Maybe its something to do with my Production deployment since it works locally just not when deployed to the VPS. Might be on my end but from what I have read seems on the API server end.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello when using the API the https://developer.nps.gov/api/v1/parks endpoint works fine while
https://developer.nps.gov/api/v1/events gives a CORS errror
(Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
Seems this might be a server configuration issue. Calling from a React 18 application. Can setup a backend proxy but that is not on my list right now. Only tried the 2 endpoints will let you know if there are others. Maybe its something to do with my Production deployment since it works locally just not when deployed to the VPS. Might be on my end but from what I have read seems on the API server end.
Thank you!
The text was updated successfully, but these errors were encountered: