Network Error - Self-hosting locally with Docker
Hi,
I'm trying to self-host an instance of Novu using Docker. So far, I followed the instructions outline in the official Novu documentation. I executed the commands in the quick start guide and I am able to see the web application running on
localhost:4200
following the the docker compose commands. However, upon trying to log-in, I get the following error related to the network... Not really sure what the case of the issue is. Could anyone provide possible solutions ? ThanksNovu
Start Point - Novu
Novu is an open-source notification infrastructure, built for engineering teams to help them build rich product notification experiences.
5 Replies
@Simon please check if mongodb and redis is running correctly
+ worker and api service
Looks like everything is running correctly on Docker
Hi @Simon have you been able to fix the Network Error ?
I have similar Problem, but on local kubernetes. I have all the components up but cannot register or login using the web. I tried using postman to directly register by sending the username, email and password directly to the api and it worked.
Hello, bumping this thread as I'm having the same error, and would like to know if you found a fix please ? @Pharm Div @Simon @Pawan Jain 🙂
@Genkishi I used kubernetes for my deployment of novu. What I did was to edit the values.yaml file and I changed the NODE_ENV of the api from production to test. You can also do this using the deployment.yaml file of the api after deployment , just edit the NODE_ENV environment variable