tini
NNovu
•Created by Ck on 3/25/2025 in #💬│support
API Key Verification Failing for Self-Hosted Novu Instance
@Pawan Jain The dashboard is running, but how can I check if the API is up and running?
7 replies
NNovu
•Created by Ck on 3/25/2025 in #💬│support
API Key Verification Failing for Self-Hosted Novu Instance
@Pawan Jain I was facing a similar problem to @Ck and after following your suggestion I am seeing a different issue.
1. I am running Novu locally through the docker command:
docker-compose -f docker-compose.yml up
2. I initialized the bridge application using npx novu init
and added NOVU_SECRET_KEY
and NOVU_API_URL=http://localhost:3000
to my .env.local
following your suggestion
3. I am running the bridge application using npm run dev
4. I then attempt to run Novu Local Studio with the command: npx novu@latest dev -d http://localhost:4200 -p 4000
but I get a connection error.
Any advice?7 replies