You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you go to http://localhost:2022/studio/onboarding/preview and after signing in, you get 401 errors when trying to authenticate against the hosted Novu api.
When trying to trigger a workflow from the studio onboarding, error messages appear stating that the Api Key cannot be found, even though NOVU_SECRET_KEY is in the env. Tried exporting this to my system env vars and it still failed.
Current implementation use express middleware in a nestjs project:
📜 Description
http://localhost:2022/studio/onboarding/preview
and after signing in, you get 401 errors when trying to authenticate against the hosted Novu api.NOVU_SECRET_KEY
is in the env. Tried exporting this to my system env vars and it still failed.Current implementation use express middleware in a nestjs project:
👟 Reproduction steps
re description
👍 Expected behavior
Should be authenticated and should trigger test workflows.
👎 Actual Behavior with Screenshots
Image 1: Screenshot of the failed validation against the Novu API
Image 2: Failed attempt to trigger
Novu version
Novu SaaS
npm version
No response
node version
20 LTS
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: