Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug Report: Failed to add first workflow in self-hosted mode #6653

Open
2 tasks done
akurdyukov opened this issue Oct 8, 2024 · 3 comments
Open
2 tasks done
Labels

Comments

@akurdyukov
Copy link

akurdyukov commented Oct 8, 2024

📜 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 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

  1. 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
  1. Go to http://localhost:4200/
  2. Signup
  3. Open "getting started"
  4. Execute command from "Initialize a new project" section

👍 Expected behavior

LocalStudio should show workflows (I guess)

👎 Actual Behavior with Screenshots

Screenshot 2024-10-08 at 17 41 00

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?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to submit PR?

None

Copy link

linear bot commented Oct 8, 2024

@github-actions github-actions bot added the triage label Oct 8, 2024
@ayo6706
Copy link

ayo6706 commented Oct 25, 2024

Hello have you being able to fix it?

@akurdyukov
Copy link
Author

Nope, just stopped any activities on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants