-
GoalServe ##Package.json BackgroundI am migrating from using express custom server to not using one. ProblemFor images, it works fine But, on the network call for Doesn't work => Here, If I remove the country(jp), it works. (I do like to point out that with an nginx configuration, I can make it work. But I would like not to use nginx for this.) Question
Could someone help with this? Or if you need more info, lemme know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I fixed it using redirect/rewrite methods on Nextjs next.config.js. Cheers! |
Beta Was this translation helpful? Give feedback.

I fixed it using redirect/rewrite methods on Nextjs next.config.js. Cheers!