DEV Community

Discussion on: A crazy adventure with CORS, Nuxt, and Webmentions

Collapse
 
panvakalo profile image
Panos Vakalopoulos

I am really wondering how this solved your CORS issue.

I faced the exact problem as you did, thought that I saved the day (or the week) by using @nuxt/proxy, but my CI/CD pipeline was already configured for SPA mode.

I tried using interceptor or any kind of middleware, but nope. the CORS issue still remained. :/