Sync with self hosted return 404
Hey, I'm trying to sync with self hosted but the server return 404
10 Replies
Hi @awbx, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Overview
* Get involved with the Novu Community
* Deploy with Docker
* React Get Started
-----------------------------
Answer
When encountering a 404 error while trying to sync with a self-hosted Novu instance, it typically indicates that the URL path you're attempting to access does not exist on the server. Here are a few steps you can take to troubleshoot and resolve this issue:
1. Verify the URL: Check the URL you are trying to access to ensure there are no typos and that it corresponds to a valid API endpoint as defined in your Novu deployment.
2. Check Server Configuration: Ensure that your server is properly configured to route requests to the Novu application. This includes checking your reverse proxy settings, firewall rules, and ensuring that Novu is running and accessible.
3. Review Novu Logs: Check the logs generated by your Novu instance for any error messages or warnings that could provide more insight into why the server is returning a 404 error.
4. Environment Variables: Make sure that all required environment variables are correctly set, especially those that might influence the routing or availability of different endpoints, such as
GLOBAL_CONTEXT_PATH
, API_CONTEXT_PATH
, etc. (1)
If after these checks the issue persists, it might be beneficial to refer to official Novu documentation or seek help from the community as they might have encountered and resolved similar issues (2) (3) .Hi @awbx Echo is currently not available on the public Docker images
You can only use it against web.novu.co at the moment
so there's no way to sync it to self hosted ?
or migrate from cloud to self hosted ?
There is no way to sync to self-hosted at the moment,
@Dima Grossman is Echo currently available on the public Docker?
@awbx, you just advanced to level 1!
Hi @awbx no it is not. At the moment you can only access it at web.novu.co
Hey @Dima Grossman , is there any plans for this !?
Hi @awbx we have merged all the relevant code parts to the public git repo, however we have not published a docker image yet. I believe it will happen in the next 2-3 weeks, in the meanwhile you can try cloning the project and running it locally