[GH-ISSUE #78] Issue with Account Registration after 'make prod' Deployment #750

Closed
opened 2026-04-24 17:46:19 -05:00 by GiteaMirror · 7 comments
Owner

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.

Image
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. <img width="578" height="180" alt="Image" src="https://github.com/user-attachments/assets/e3dd23ac-d31d-42ed-9729-6f7458d5ca8f" />
Author
Owner

@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

<!-- gh-comment-id:3566774971 --> @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
Author
Owner

@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.

Image

api_logs.txt

<!-- gh-comment-id:3566807211 --> @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. <img width="1366" height="595" alt="Image" src="https://github.com/user-attachments/assets/a8cb2b85-93c9-435b-a344-fb6972c8955c" /> [api_logs.txt](https://github.com/user-attachments/files/23689957/api_logs.txt)
Author
Owner

@dextmorgn commented on GitHub (Nov 22, 2025):

Are you deploying flowsint in a fully local environment or trying to deploy it on a network ?

<!-- gh-comment-id:3566875605 --> @dextmorgn commented on GitHub (Nov 22, 2025): Are you deploying flowsint in a fully local environment or trying to deploy it on a network ?
Author
Owner

@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?

<!-- gh-comment-id:3566886482 --> @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?
Author
Owner

@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 .env files with your ip and restart the stack. Let me know if this is useful !

<!-- gh-comment-id:3566892769 --> @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](https://github.com/reconurge/flowsint/issues/55#issuecomment-3536440758) which shows how to handle the self deployment. You basically need to update your `.env` files with your ip and restart the stack. Let me know if this is useful !
Author
Owner

@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.

<!-- gh-comment-id:3566931086 --> @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.
Author
Owner

@dextmorgn commented on GitHub (Nov 22, 2025):

Great ! Closing this.

<!-- gh-comment-id:3566937570 --> @dextmorgn commented on GitHub (Nov 22, 2025): Great ! Closing this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#750