Description
Hello, I am working w/ a client to deploy IoT server, and had some issues I've run into. I've been attempting to get a hold of someone that can help with this issue by mailing info@fidesinnova.com, and via the Discord, but so far have had no response whatsoever, and so I am reaching out here.
I've installed the IoT server via the Github instructions (https://github.com/TheArchitect2000/iot-server) on Ubuntu 22.04, and after deploying the application, I was able to start it up ok with pm2. All three apps (backend, admin web app, panel web app) appear to be running without error.
However, when I browse to the panel, and try and "sign up" for a new account, it tells me my email is already tied to an existing account. Then, when I try and use "forgot password", I supply the same email address, and it says the address is NOT associated with any account. I have not setup any account w/ Fidesinnova using this email, so it shouldn't be tied any account. I tested a couple other personal emails, both of which had the same effect.
In addition, browsing to /app gets a 404, and I am unable to find any content via this location. I've used the NGINX config from the gitlab.
On a separate note, I had some questions about setting up the email configuration in /home/iot-server/backend/.env to forward emails using a local Postfix instance, and forward them along to another email server.