Replies: 1 comment
-
The configuration you are using is for the future 3.0 version. ( Not sure exactly how different frameworks implement HPM... You could try to rename Best is to have a look at the 2.x documentation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to use the proxy to send the trafic in 4 directions :
1- Send some trafic to domain 1 for several paths
2- Send some trafic to domain 2 for several paths
3- Send all trafic to domain 3, except for some explicitly excluded paths : homepage
/
+/blog/**
4- Implicit (Not declarative) routing, to send the rest ( homepage
/
+/blog/**
) to be managed by the Nuxt Application itselfBut when i configure the proxy like this,
I see that, any Path which is not declared explicitly is sent to the Nuxt app (with a 404)
But I would like those paths to be managed by my "domain 3".
Example : when I go to : "/path-3-random" (not declared in the proxy)
I would expect domain-3.com to be used, but this is my nuxt app who is used.
And because I have no internal route for this in Nuxt : I have a 404.
Any ideas ?
Hope to be clear enough.
Thanks for any input guys.
Beta Was this translation helpful? Give feedback.
All reactions