I’m having an issue with an API endpoint.
There are some demo data it’s supposed to fetch fetch and it seems to work from the other apps but not from the Appgyver. Any tips for this?
Test API URL https://dark-union-84d9.boostedapps.workers.dev/
I’m having an issue with an API endpoint.
There are some demo data it’s supposed to fetch fetch and it seems to work from the other apps but not from the Appgyver. Any tips for this?
Test API URL https://dark-union-84d9.boostedapps.workers.dev/
Hey,
If it’s working in other apps but not AppGyver, it seems to be a CORS issue. Are you able to change the server side header Access-Control-Allow-Origin?