DevQuest
NNovu
•Created by DevQuest on 11/18/2024 in #💬│support
Deploy Workflow
@Pawan Jain
When running
npx novu init --secret-key=<YOUR_NOVU_SECRET_KEY>
There is an error saying the API key is invalid or not found. I have to use an API key directly from your Novu hosted server and not my self hosted one.
Then it has been a nightmare since. The documentation does not really explain things well for self hosted environments.
I have gone and run this command npx novu init --secret-key=<YOUR_NOVU_SECRET_KEY>
with an API key from an account on your main website and then changed the API key to one from my self hosted.
I can get as far as getting the local studio up and running, but then there is three steps that need to test that is working. During this process, there are issues. First it says there is no tunnel active. So I deployed it to a live server and I have added that URL and then it works. But then it goes into the studio and then it is blank. Even though there are 2 workflows.
Please can you just give me a quick guide on how to get the studio working with my deployed local server.
I am at a complete loss. I have created another issue #Github action error 431 where I was being helped for a while. But it seems it has gone stale3 replies
NNovu
•Created by DevQuest on 11/19/2024 in #💬│support
Github action error 431
I updated it to a working server and I am still getting the same issue:
Run novuhq/actions-novu-sync@v2
with:
secret-key: ***
bridge-url: https://wonderful-bush-0fb49f803.5.azurestaticapps.net/api/novu
api-url: http://20.79.188.196:3000
Error: Request failed with status code 400
12 replies
NNovu
•Created by DevQuest on 11/19/2024 in #💬│support
Github action error 431
Do I need to deploy it? Or would it work when running locally? So if I run npx dev, I can use that URL with the github action?
12 replies
NNovu
•Created by DevQuest on 11/19/2024 in #💬│support
Github action error 431
This is what I am currently getting:
Run novuhq/actions-novu-sync@v2
with:
secret-key: ***
bridge-url: https://6bba2fc0-f082-4bfe-bfd2-4b162fb50d76.novu.sh/api/novu
api-url: http://20.79.188.196:3000
Error: Request failed with status code 400
12 replies
NNovu
•Created by DevQuest on 11/19/2024 in #💬│support
Github action error 431
This is my docker image
12 replies
NNovu
•Created by DevQuest on 11/19/2024 in #💬│support
Github action error 431
This is my API URL: https://6bba2fc0-f082-4bfe-bfd2-4b162fb50d76.novu.sh
12 replies
NNovu
•Created by blockhead76 on 11/18/2024 in #💬│support
Self-Hosting Issues
Firstly, in another terminal you need to run npm run dev for the bridge end point to work. Then you can access it through the https://localhost:2022/studio
3 replies