Hi,
I’m trying to deploy my Universal Nuxt application to Netlify, but it does not seem to work. How do I solve this?
I tried using SPA mode and also Static mode. However, I could not get the Nuxt API proxy module working, nor the middlewares.
Also, according to the Netlify docs, I also set up the netlify config file to set up proxy redirects from /api to my server running on another domain. That did not work too. So I’m back to square one with my issue.
Any help would be appreciated. Thanks!