Hello, I have a setup of novu self hosted on my kubernetes cluster the api web and websocket are accecible via ingress on AWS ALB. I'm trying to set up the studio locally and im able to get to this page, and getting "API Key not found". endpoint is set up using:
npx novu@latest init \ --secret-key=<my key> \ --api-url=https://<my novu api domain>
npx novu@latest init \ --secret-key=<my key> \ --api-url=https://<my novu api domain>
then run using:
❯ npm run dev> my-novu-app@0.1.0 dev> next dev --port=4000 ▲ Next.js 14.2.3 - Local: http://localhost:4000 - Environments: .env.local ✓ Starting... ✓ Ready in 1682ms
❯ npm run dev> my-novu-app@0.1.0 dev> next dev --port=4000 ▲ Next.js 14.2.3 - Local: http://localhost:4000 - Environments: .env.local ✓ Starting... ✓ Ready in 1682ms
Studio is set up using:
npx novu@latest dev -d https://<my novu dashboard domain>/ -o http://localhost:4000 -t <ngrok forwarded ip to my>
npx novu@latest dev -d https://<my novu dashboard domain>/ -o http://localhost:4000 -t <ngrok forwarded ip to my>