Next.js Discord

Discord Forum

base path added through next dev

Unanswered
Northeast Congo Lion posted this in #help-forum
Open in Discord
Northeast Congo LionOP
Hi all! question: i have a base path configured, /my-kinda-long-basepath, so when I run next dev the output I receive is localhost:3000 without the basepath, and everytime i need to manually type it on the browser. Is there any way of printing the full correct path on next dev output? something like this
  ▲ Next.js 14.1.4
   - Local:        https://localhost:3000/my-kinda-long-basepath
   - Network:      http://127.0.0.1:3000/my-kinda-long-basepath
   - Environments: .env.local, .env

0 Replies