You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app with a single dynamic route at "/". To solve CORS problems in development, I decided to try the proxy module. However, it doesn't work as the request to proxy is intercepted by the dynamic route, leading nuxt to hang and crash.
What does the proposed changes look like?
I would think it would be ok to let '/api' supersede nuxt routes when proxy module is used. If for some reason this isn't acceptable, an option for this would be useful.
This feature request is available on Nuxt community (#c44)
The text was updated successfully, but these errors were encountered:
Unfortunately not directly. Instead I put everything on docker for development and used an nginx proxy. Right now I'm fine, but IMO still might be useful for others.
What problem does this feature solve?
I have an app with a single dynamic route at "/". To solve CORS problems in development, I decided to try the proxy module. However, it doesn't work as the request to proxy is intercepted by the dynamic route, leading nuxt to hang and crash.
What does the proposed changes look like?
I would think it would be ok to let '/api' supersede nuxt routes when proxy module is used. If for some reason this isn't acceptable, an option for this would be useful.
The text was updated successfully, but these errors were encountered: