I'm currently using the Reddit API in my Nuxt app with $fetch
. Works great, runs well. Except - loading it up on Safari causes the following errors when deployed to a https
domain on Vercel.
https://api.reddit.com/r/funny/hot.json?raw_json=1&limit=50 (Failed to load resource: Origin https://xxxx.com is not allowed by Access-Control-Allow-Origin)
And.
https://api.reddit.com/r/funny/hot.json?raw_json=1&limit=50 failed due to access control checks.
I'm looking through CORS issues, but I'm unsure why it would work on MacOS Chrome & Safari, Android Phones and Not iOS Safari & Chrome?