-
Hello all! Is it possible to use proxy in next config ? I try this code and the route generate where I want to fetch my data is ok, but I got a code 404, my code in next.config.js :
It seems because I use docker I think, no ? actually for use my proxy I use a custom server (only for that) |
Beta Was this translation helpful? Give feedback.
Answered by
DamienA24
Aug 6, 2020
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
it works finally 👍 I needed to add "api" after "target" also, like this :
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DamienA24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it works finally 👍
I needed to add "api" after "target" also, like this :