basePath in custom-server-express only works in dev #13112
-
Hi all, I'm having an issue where Here's a repo with a minimal setup to reproduce the issue. Any help will be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
timneutkens
May 20, 2020
Replies: 1 comment 1 reply
-
basePath is a build-time setting not runtime so you have to put it in next.config.js. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bernardop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
basePath is a build-time setting not runtime so you have to put it in next.config.js.