Description
Next.js project fails to start after running proxyman_env_automatic_setup.sh in a terminal
Steps to Reproduce
- Create a new Next.js app using
npx create-next-app@latest.
- Inject Manual Setup script to the terminal
- Run
npm run dev.
- Next.js server fails to start and reports an error.
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.