Describe the bug
.env.example is missing the following required variable:
NEXT_PUBLIC_APP_URL=http://localhost:3000/
Due to this, running any workflow via Manual Setup (Option 4) leads to the following error in the console:
Failed to construct 'URL': Invalid base URL
Labels:
bug, documentation
To Reproduce
Steps to reproduce the behavior:
- Set up the project using the Manual Setup Guide (Option 4)
- Complete the local setup and launch the app at
http://localhost:3000/
- Create a workflow
- Click "Run" to execute it
- Observe the console error
- Reference screenshot:

Expected behaviour
The workflow should execute without any error when running locally.
Including NEXT_PUBLIC_APP_URL=http://localhost:3000 in the .env file resolves the issue.
Screenshots
If this is considered valid, I’d love to contribute a quick PR to resolve it.
Describe the bug
.env.exampleis missing the following required variable:NEXT_PUBLIC_APP_URL=http://localhost:3000/
Due to this, running any workflow via Manual Setup (Option 4) leads to the following error in the console:
Labels:
bug, documentation
To Reproduce
Steps to reproduce the behavior:
http://localhost:3000/Expected behaviour
The workflow should execute without any error when running locally.
Including
NEXT_PUBLIC_APP_URL=http://localhost:3000in the.envfile resolves the issue.Screenshots
If this is considered valid, I’d love to contribute a quick PR to resolve it.