Client Side Fetching/Static Exports/CORS
Unanswered
Orange-tailed bumble bee posted this in #help-forum
Orange-tailed bumble beeOP
I am testing to see whether I can use static exports and client side data fetching together. I have an environment variable set so I can hit the API endpoint on our server, but it requires a cookie and I'm getting a CORS error because the request is coming from localhost. How can I fix this?