Help with CORS
Hi so I need my website to load resources from an external api on client side
Things I tried:
using the built-in
$fetch()
method but I'm getting cors errors
using the @nuxtjs/axios
module but that doesn't even allow nuxt to start
using normal axios
and configuring it like this
I'm out of ideas what can I do?2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I didn't setup cors on my api server 🤦♂️