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
But I cannot finish the setup because using npx novu@latest init --secret-key=308286b40fd880b9a7c1771f0a72dfeb (it's taken from dashboard) failed with Failed to verify your secret key against https://api.novu.co. For EU instances use --api-url https://eu.novu.co or provide the correct secret key.
I tried running Local Studio with npx novu@latest dev --port 4000 which ends with never finding 'Bridge Endpoint scan'. I found out that I need to use command npx novu@latest dev -o https://deploy-preview-8--onboarding-sandbox.netlify.app which finds endpoint, but LocalStudio shows black template screen and gives lots of errors in JS console.
👟 Reproduction steps
Run steps
# Get the code
git clone --depth 1 https://github.com/novuhq/novu
# Go to the docker community folder
cd novu/docker/community
# Copy the example env file
cp .env.example .env
# Start Novu
docker-compose -f docker-compose.yml up
📜 Description
I tried following steps on https://docs.novu.co/community/self-hosting-novu/deploy-with-docker
I cannot add my first workflow, the badge at the top says "You are currently viewing demo workflows. Add your own by completing the setup.".
But I cannot finish the setup because using
npx novu@latest init --secret-key=308286b40fd880b9a7c1771f0a72dfeb
(it's taken from dashboard) failed withFailed to verify your secret key against https://api.novu.co. For EU instances use --api-url https://eu.novu.co or provide the correct secret key
.I tried running Local Studio with
npx novu@latest dev --port 4000
which ends with never finding 'Bridge Endpoint scan'. I found out that I need to use commandnpx novu@latest dev -o https://deploy-preview-8--onboarding-sandbox.netlify.app
which finds endpoint, but LocalStudio shows black template screen and gives lots of errors in JS console.👟 Reproduction steps
👍 Expected behavior
LocalStudio should show workflows (I guess)
👎 Actual Behavior with Screenshots
Novu version
Novu Self Hostet
npm version
10.7.0
node version
v20.15.0
📃 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: