Instructions & configuration options for self-hosting Nango.
.env
file or directly on Heroku/Render):
<INSTANCE-URL>/oauth/callback
.
NANGO_SERVER_URL
server environment variable accordingly (in the .env
file or directly on
Heroku/Render)..env
file):
/
path by default for use by @nangohq/frontend
during the login flow.
If you want more isolation between websockets and the dashboard (also served from /
), then you can set the NANGO_SERVER_WEBSOCKETS_PATH
environment variable to serve websockets from a different path:
websocketsPath
parameter when initializing the Nango
object in the @nangohq/frontend
SDK:
TELEMETRY=false
(in the
.env
file or directly on Heroku/Render).