mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #563] Next.js project won't run after "proxyman_env_automatic_setup.sh" in Manual Setup #561
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#561
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kics223w1 on GitHub (Dec 8, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/563
Originally assigned to: @kics223w1 on GitHub.
Description
Next.js project fails to start after running
proxyman_env_automatic_setup.shin a terminalSteps to Reproduce
npx create-next-app@latest.npm run dev.Current Behavior
Next.js server does not start and shows the error
Expected Behavior
The Next.js development server should start normally without errors, even when the Proxyman setup script is injected into the environment.