Dev studio doesn't detect a local https endpoint
To keep my dev environment as close as possible to prod, I use https locally.
That's particularly useful when working with sessions and cors settings.
Dev studio doesn't detect the endpoint when I have https on, even though I can query it through the browser.
I was able to get it working by only reverting to http which is not desirable.
3 Replies
Hi @KaisSalha, 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:
* Run Novu in local machine
* Dev Studio
* MacOS/Linux
* How to send notifications with Next.js and React email
-----------------------------
Answer
It seems like the issue with the Dev Studio not detecting a local HTTPS endpoint isn't directly addressed in the documentation I have access to. However, using HTTPS locally is indeed a good practice, especially for security reasons and to mimic the production environment as closely as possible.
One potential workaround could be to ensure that your local HTTPS setup includes valid certificates that the browser recognizes, as sometimes self-signed certificates can cause issues with connections not being recognized or trusted by various tools and applications.
For more details on configuring and running Dev Studio, you might find the documentation on setting up and running the Echo Dev Studio useful (1) . If this issue persists, it might be worth checking if newer documentation versions or community discussions offer a solution, or consider reaching out to the Novu community for more targeted support.
Could you please take a look at the Network request error?
Wondering if something might to do with the certificate?