Getting cors issues even though i've set it up properly
So i have a frontend client using nextjs and a my api using hono with cloudflare. for some reason my frontend client returns a cors issues but the api proceeds with the requests and returns a 200 repsonse.
my cors setup:
it used to be working however it has stopped.
please check the attached items for more info.
the repo: https://github.com/jacobsamo/BuzzTrip/tree/f8504ce6a164efc32eb2188eca24808cdf6d3fe9
GitHub
GitHub - jacobsamo/BuzzTrip at f8504ce6a164efc32eb2188eca24808cdf6d...
Plan the trip you've always dreamed of. Contribute to jacobsamo/BuzzTrip development by creating an account on GitHub.
1 Reply
hey! can you explain the issue you're facing in a little more detail?
what do you mean by
my frontend client returns a cors issueswhat do you expect to happen, and what's actually going on?