Replies: 1 comment 5 replies
-
No, the SMTP server is not the reason, that only comes later when you need an OTP. You also don't need to set an SMTP server if you just need an OTP code, there are other ways as mentioned here - https://help.ente.io/self-hosting/faq/otp --
The installation worked, but you still need to ask the web app that you're running to connect to the right endpoint. I think the issue here is that the web app is not connecting to the correct endpoint. e.g. if you run the web app this way NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080 yarn dev then you'll need to make sure that your server is indeed running on You don't even need to run the web app to verify connectivity. e.g. you can run curl http://localhost:8080/ping to check that the |
Beta Was this translation helpful? Give feedback.
-
I was able to set up a self-hosted instance of ente following the instructions (running on a debian12 server).
Unfortunately, I get an Unhandled Runtime Error (AxiosError: Network Error) when I try to create an account.
The server has internet access, otherwise the installation of ente would have failed. But I haven't set up a SMTP Email-Server yet. Maybe this is the reason? How to do this?
Beta Was this translation helpful? Give feedback.
All reactions