mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[GH-ISSUE #78] Issue with Account Registration after 'make prod' Deployment #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Narachiel on GitHub (Nov 22, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/78
Hi there,
I recently cloned the repository and attempted to deploy Flowsint on Ubuntu 22.04.5 LTS using the standard commands:
git clone https://github.com/reconurge/flowsint.git
cd flowsint
make prod
The frontend loads successfully at http://localhost:5173/register, but I am unable to complete the account registration process.
Could you advise if there are specific logs I should check, or if there are known issues with the registration endpoint in the current production build?
Thank you.
@dextmorgn commented on GitHub (Nov 22, 2025):
Hey @Narachiel,
Could you show output of command
docker logs flowsint-api-prod?Also, could you show output of your browser console ?
Thanks
@Narachiel commented on GitHub (Nov 22, 2025):
@dextmorgn, Please find the relevant log files and the browser screenshot appended below to assist with the troubleshooting process.
api_logs.txt
@dextmorgn commented on GitHub (Nov 22, 2025):
Are you deploying flowsint in a fully local environment or trying to deploy it on a network ?
@Narachiel commented on GitHub (Nov 22, 2025):
I am attempting to deploy Flowsint on a remote VPS instead of a local machine. Are there any configuration files or environment variables need to be updated to reflect my VPS's public IP address?
@dextmorgn commented on GitHub (Nov 22, 2025):
Good to know.
Indeed, there is some tweaking config to update if you self-deploy it.
You can refer to this comment which shows how to handle the self deployment. You basically need to update your
.envfiles with your ip and restart the stack. Let me know if this is useful !@Narachiel commented on GitHub (Nov 22, 2025):
Updating the IP address in the .env file resolved the issue. Everything is working correctly now. Thank you for the assistance.
@dextmorgn commented on GitHub (Nov 22, 2025):
Great ! Closing this.