Why is my generated app not connecting to my Underpeaks instance?
Updated 20 August 2026·1 views
Generated app can''t connect
Flutter — the app connects automatically using the API URL embedded during generation. If it can''t connect, regenerate after confirming your project is reachable. Next.js — check your.env.local:
\\\env
NXF_STUDIO_URL=https://studio.underpeaks.com
NXF_PROJECT_ID=your-project-id
NXF_API_KEY=
\\\
Confirm NXF_STUDIO_URL points at Studio (or your Core instance URL if self-hosted) and that NXF_API_KEY is valid and belongs to NXF_PROJECT_ID.Was this article helpful?