#API Key not found in studio

1 messages · Page 1 of 1 (latest)

runic blade
#

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>

then run using:

❯ npm run dev

> [email protected] 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>
pseudo estuary
#

add this env variable in your local running bridge application

NOVU_API_URL=<your-api-url>

runic blade
#

works like a charm, maybe consider adding this to the init flow, i would never have thought i need to do it

#

getting this when trying to create new workflow

#

@pseudo estuary

pseudo estuary
#

@runic blade workflow can not created from UI

#

workflow can only be created from code

#

Local studio is for preview, test and manual sync

runic blade
snow ermineBOT
#

@runic blade, you just advanced to level 1!

runic blade
#

@pseudo estuary

pseudo estuary
#

This option is only available in novu cloud

runic blade
#

got it.

pseudo estuary
#

@runic blade reopened the post

runic blade
#

what is the purpose of the playground? it doesnt seem to work

#

@pseudo estuary

pseudo estuary
#

This playground is test environment for @novu/framework

#

It is working for me

#

Can you click on the skip button?

runic blade
#

i tried, it shows an error and nothing is showing on the right

pseudo estuary
#

Could you please check if you see any error in console tab?

runic blade
pseudo estuary
#

🤔 Looks like underlying stackblitz webcontainers are failing

runic blade
#

not sure i know what that means 😅

pseudo estuary
#

Are you currently on self host environment? If yes, then playground will not work in self host environment

runic blade
#

yes its self hosted

late sailBOT
errant hearthBOT
#

Yeah, that's what I thought. Are you able to use @novu/framework?

pseudo estuary
#

@runic blade

I want to follow up in this, if you are able to use @novu/framework. Can I help?