[GH-ISSUE #55] No create user #53

Closed
opened 2026-04-11 08:40:59 -05:00 by GiteaMirror · 37 comments
Owner

Originally created by @KIKIPEN on GitHub (Nov 14, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/55

Image
Originally created by @KIKIPEN on GitHub (Nov 14, 2025). Original GitHub issue: https://github.com/reconurge/flowsint/issues/55 <img width="609" height="455" alt="Image" src="https://github.com/user-attachments/assets/23ff39ff-77be-40ed-b01d-0d26711cb091" />
Author
Owner

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

Hello,

Could you run docker ps and make sure all services are running ?

<!-- gh-comment-id:3531623013 --> @dextmorgn commented on GitHub (Nov 14, 2025): Hello, Could you run `docker ps` and make sure all services are running ?
Author
Owner

@wpavlis commented on GitHub (Nov 14, 2025):

I have the same problem. All 4 services are UP

<!-- gh-comment-id:3531910679 --> @wpavlis commented on GitHub (Nov 14, 2025): I have the same problem. All 4 services are UP
Author
Owner

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

hey @wpavlis thanks for the feedback. Which setup are you running ? dev or prod ?

<!-- gh-comment-id:3531941399 --> @dextmorgn commented on GitHub (Nov 14, 2025): hey @wpavlis thanks for the feedback. Which setup are you running ? dev or prod ?
Author
Owner

@wpavlis commented on GitHub (Nov 14, 2025):

I am right after installation, it is the first step. it is only a development environment
maybe it's a problem with a busy port

<!-- gh-comment-id:3531966207 --> @wpavlis commented on GitHub (Nov 14, 2025): I am right after installation, it is the first step. it is only a development environment maybe it's a problem with a busy port
Author
Owner

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

Thanks. Can you run docker logs flowsint-api-dev ?
Ah, do you have an other service using port 5001 ?

<!-- gh-comment-id:3531976577 --> @dextmorgn commented on GitHub (Nov 14, 2025): Thanks. Can you run `docker logs flowsint-api-dev` ? Ah, do you have an other service using port 5001 ?
Author
Owner

@pelaohcx commented on GitHub (Nov 14, 2025):

I have the same problem.

Image Image
<!-- gh-comment-id:3533019453 --> @pelaohcx commented on GitHub (Nov 14, 2025): I have the same problem. <img width="511" height="574" alt="Image" src="https://github.com/user-attachments/assets/c3d0955a-b861-4e00-b6e9-cc25a0e8c84a" /> <img width="1642" height="211" alt="Image" src="https://github.com/user-attachments/assets/ab625bd0-6f0c-4b8f-b0b3-946ef86752df" />
Author
Owner

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

Hey @pelaohcx, do you have any errors in the web console ?

<!-- gh-comment-id:3533105096 --> @dextmorgn commented on GitHub (Nov 14, 2025): Hey @pelaohcx, do you have any errors in the web console ?
Author
Owner

@pelaohcx commented on GitHub (Nov 14, 2025):

Hey @pelaohcx, do you have any errors in the web console ?
only this

Image Image Image Image
<!-- gh-comment-id:3533200573 --> @pelaohcx commented on GitHub (Nov 14, 2025): > Hey [@pelaohcx](https://github.com/pelaohcx), do you have any errors in the web console ? only this <img width="1660" height="751" alt="Image" src="https://github.com/user-attachments/assets/fc1a9690-1493-40ca-9159-0f4ade460010" /> <img width="1646" height="851" alt="Image" src="https://github.com/user-attachments/assets/1b52fa91-ee25-4fdc-a529-6c7cc726c04e" /> <img width="1626" height="802" alt="Image" src="https://github.com/user-attachments/assets/4e70ee5f-bf26-4005-8d03-c3609e8406e3" /> <img width="1220" height="264" alt="Image" src="https://github.com/user-attachments/assets/b518fd3c-4c29-4128-999a-4b70c1d5b5b3" />
Author
Owner

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

and docker -f logs flowsint-api-prod ?

<!-- gh-comment-id:3533248757 --> @dextmorgn commented on GitHub (Nov 14, 2025): and `docker -f logs flowsint-api-prod` ?
Author
Owner

@pelaohcx commented on GitHub (Nov 14, 2025):

and docker -f logs flowsint-api-prod ?

Yes, this one did have errors.

Image
<!-- gh-comment-id:3533257683 --> @pelaohcx commented on GitHub (Nov 14, 2025): > and `docker -f logs flowsint-api-prod` ? Yes, this one did have errors. <img width="946" height="842" alt="Image" src="https://github.com/user-attachments/assets/74a5359b-5309-4d0f-9f44-68fb556d3aaa" />
Author
Owner

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

Thanks I'll try to reproduce and let you know.

<!-- gh-comment-id:3533412189 --> @dextmorgn commented on GitHub (Nov 14, 2025): Thanks I'll try to reproduce and let you know.
Author
Owner

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

@KIKIPEN, @pelaohcx, @wpavlis I've been able to reproduce the bug. You can re-run make dev or make prod (a second time) again and you should be able to access the app now. The bug happens on the first instancing of the app, while migrating the db.

You should be able to still use it after running make dev or make prod a second time while I work on a fix. Thanks for raising this issue.

<!-- gh-comment-id:3533526733 --> @dextmorgn commented on GitHub (Nov 14, 2025): @KIKIPEN, @pelaohcx, @wpavlis I've been able to reproduce the bug. You can re-run `make dev` or `make prod` (a second time) again and you should be able to access the app now. The bug happens on the first instancing of the app, while migrating the db. You should be able to still use it after running `make dev` or `make prod` a second time while I work on a fix. Thanks for raising this issue.
Author
Owner

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

It should now be fixed with 45d51dd

<!-- gh-comment-id:3533580882 --> @dextmorgn commented on GitHub (Nov 14, 2025): It should now be fixed with [45d51dd](https://github.com/reconurge/flowsint/commit/45d51dd2a8c4a85a711970dc4510b93639c9237d)
Author
Owner

@pelaohcx commented on GitHub (Nov 14, 2025):

It should now be fixed with 45d51dd

The error persists, but now with letters and colors in the fields.

Image
<!-- gh-comment-id:3534582650 --> @pelaohcx commented on GitHub (Nov 14, 2025): > It should now be fixed with [45d51dd](https://github.com/reconurge/flowsint/commit/45d51dd2a8c4a85a711970dc4510b93639c9237d) The error persists, but now with letters and colors in the fields. <img width="659" height="529" alt="Image" src="https://github.com/user-attachments/assets/4f4891ae-3d71-4aca-acf7-1008d78c9d51" />
Author
Owner

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

woops I left react scan on. I removed it and keep investigating

<!-- gh-comment-id:3534755315 --> @dextmorgn commented on GitHub (Nov 14, 2025): woops I left react scan on. I removed it and keep investigating
Author
Owner

@Ntn10 commented on GitHub (Nov 14, 2025):

Excellent tool, my friend. It looks very promising. Like the previous user, I am experiencing the same issue when registering a user. It would be great if you could fix it.

<!-- gh-comment-id:3534810421 --> @Ntn10 commented on GitHub (Nov 14, 2025): Excellent tool, my friend. It looks very promising. Like the previous user, I am experiencing the same issue when registering a user. It would be great if you could fix it.
Author
Owner

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

Could you run:

git pull --rebase
# then
make clean && make prod

And tell me if you still get the same issue ?

<!-- gh-comment-id:3535035623 --> @dextmorgn commented on GitHub (Nov 14, 2025): Could you run: ```bash git pull --rebase # then make clean && make prod ``` And tell me if you still get the same issue ?
Author
Owner

@Ntn10 commented on GitHub (Nov 15, 2025):

Image
<!-- gh-comment-id:3535354573 --> @Ntn10 commented on GitHub (Nov 15, 2025): <img width="535" height="617" alt="Image" src="https://github.com/user-attachments/assets/007c2554-8ae8-4c38-b429-0ebf8eea0ae6" />
Author
Owner

@Ntn10 commented on GitHub (Nov 15, 2025):

I have followed all the steps from the beginning and the error persists.

<!-- gh-comment-id:3535357871 --> @Ntn10 commented on GitHub (Nov 15, 2025): I have followed all the steps from the beginning and the error persists.
Author
Owner

@pelaohcx commented on GitHub (Nov 15, 2025):

make clean && make prod

done, but the error persists, but without the colors in the fields

Image
<!-- gh-comment-id:3535382735 --> @pelaohcx commented on GitHub (Nov 15, 2025): > make clean && make prod done, but the error persists, but without the colors in the fields <img width="754" height="673" alt="Image" src="https://github.com/user-attachments/assets/59bce48f-b103-4931-8c4f-4985619b92fe" />
Author
Owner

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

Can you guys send me the results of docker -f logs flowsint-api-prod ?

This is very likely related to the api.

<!-- gh-comment-id:3536215709 --> @dextmorgn commented on GitHub (Nov 15, 2025): Can you guys send me the results of `docker -f logs flowsint-api-prod` ? This is very likely related to the api.
Author
Owner

@blackdarksy commented on GitHub (Nov 15, 2025):

IMG_20251115_145041.jpg

I think some issues with request is blocked

<!-- gh-comment-id:3536330294 --> @blackdarksy commented on GitHub (Nov 15, 2025): ![IMG_20251115_145041.jpg](https://github.com/user-attachments/assets/ae8e31d2-3a42-40f9-847f-b6ffdd185475) I think some issues with request is blocked
Author
Owner

@Qu4rk0 commented on GitHub (Nov 15, 2025):

Hi, I was working on fixing this yesterday, and this is indeed the issue. I'm not part of the team, but I managed to find the solution.

This happens because we're targeting localhost.

If the tool is installed on a different machine, not our PC/laptop, it won't reach localhost. Here's the command to fix this:

find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|<your.ip>:5001|g' {} \;

and then:

cd ~/flowsint
docker compose -f docker-compose.prod.yml down
docker compose -f docker-compose.prod.yml build --no-cache app
docker compose -f docker-compose.prod.yml up -d

Do all of this with the tool owner's permissions, and please validate the solution. It worked for me.

Another solution could be to use Firefox and change the request IP address in the developer tools, pointing the request to the IP address where your Flowsint is hosted.

I hope this helps 🙌.

IMG_20251115_145041.jpg

I think some issues with request is blocked

<!-- gh-comment-id:3536440758 --> @Qu4rk0 commented on GitHub (Nov 15, 2025): Hi, I was working on fixing this yesterday, and this is indeed the issue. I'm not part of the team, but I managed to find the solution. This happens because we're targeting localhost. If the tool is installed on a different machine, not our PC/laptop, it won't reach localhost. Here's the command to fix this: ``` find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|<your.ip>:5001|g' {} \; ``` and then: ``` cd ~/flowsint docker compose -f docker-compose.prod.yml down docker compose -f docker-compose.prod.yml build --no-cache app docker compose -f docker-compose.prod.yml up -d ``` Do all of this with the tool owner's permissions, and please validate the solution. It worked for me. Another solution could be to use Firefox and change the request IP address in the developer tools, pointing the request to the IP address where your Flowsint is hosted. I hope this helps 🙌. > ![IMG_20251115_145041.jpg](https://github.com/user-attachments/assets/ae8e31d2-3a42-40f9-847f-b6ffdd185475) > > > I think some issues with request is blocked >
Author
Owner

@blackdarksy commented on GitHub (Nov 15, 2025):

Thank u it's working now

Hi, I was working on fixing this yesterday, and this is indeed the issue. I'm not part of the team, but I managed to find the solution.

This happens because we're targeting localhost.

If the tool is installed on a different machine, not our PC/laptop, it won't reach localhost. Here's the command to fix this:

find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|<your.ip>:5001|g' {} \;

and then:

cd ~/flowsint
docker compose -f docker-compose.prod.yml down
docker compose -f docker-compose.prod.yml build --no-cache app
docker compose -f docker-compose.prod.yml up -d

Do all of this with the tool owner's permissions, and please validate the solution. It worked for me.

Another solution could be to use Firefox and change the request IP address in the developer tools, pointing the request to the IP address where your Flowsint is hosted.

I hope this helps 🙌.

IMG_20251115_145041.jpg

I think some issues with request is blocked

<!-- gh-comment-id:3536761685 --> @blackdarksy commented on GitHub (Nov 15, 2025): Thank u it's working now > Hi, I was working on fixing this yesterday, and this is indeed the issue. I'm not part of the team, but I managed to find the solution. > > This happens because we're targeting localhost. > > If the tool is installed on a different machine, not our PC/laptop, it won't reach localhost. Here's the command to fix this: > > ``` > find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|<your.ip>:5001|g' {} \; > ``` > > and then: > > ``` > cd ~/flowsint > docker compose -f docker-compose.prod.yml down > docker compose -f docker-compose.prod.yml build --no-cache app > docker compose -f docker-compose.prod.yml up -d > ``` > > Do all of this with the tool owner's permissions, and please validate the solution. It worked for me. > > Another solution could be to use Firefox and change the request IP address in the developer tools, pointing the request to the IP address where your Flowsint is hosted. > > I hope this helps 🙌. > > ![IMG_20251115_145041.jpg](https://github.com/user-attachments/assets/ae8e31d2-3a42-40f9-847f-b6ffdd185475) > > > > > > I think some issues with request is blocked > > > >
Author
Owner

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

@blackdarksy thank you for figuring this out ! Indeed the documentation doesn't cover self hosting for now.

I'll create some docs covering this very soon.

<!-- gh-comment-id:3536845744 --> @dextmorgn commented on GitHub (Nov 15, 2025): @blackdarksy thank you for figuring this out ! Indeed the documentation doesn't cover self hosting for now. I'll create some docs covering this very soon.
Author
Owner

@KIKIPEN commented on GitHub (Nov 17, 2025):

I try cmt:
find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|<your.ip>:5001|g' {} ;
docker compose -f docker-compose.prod.yml down
docker compose -f docker-compose.prod.yml build --no-cache app
docker compose -f docker-compose.prod.yml up -d
and ressult:
Image

<!-- gh-comment-id:3539578871 --> @KIKIPEN commented on GitHub (Nov 17, 2025): I try cmt: find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|<your.ip>:5001|g' {} \; docker compose -f docker-compose.prod.yml down docker compose -f docker-compose.prod.yml build --no-cache app docker compose -f docker-compose.prod.yml up -d and ressult: <img width="607" height="607" alt="Image" src="https://github.com/user-attachments/assets/5970bde1-18d4-45c4-a9e0-47c56f6868de" />
Author
Owner

@Twi1ight commented on GitHub (Nov 17, 2025):

<your.ip>

means your real ip address

<!-- gh-comment-id:3539776048 --> @Twi1ight commented on GitHub (Nov 17, 2025): > <your.ip> means your real ip address
Author
Owner

@KIKIPEN commented on GitHub (Nov 17, 2025):

Thanks I try again

<!-- gh-comment-id:3539886396 --> @KIKIPEN commented on GitHub (Nov 17, 2025): Thanks I try again
Author
Owner

@KIKIPEN commented on GitHub (Nov 17, 2025):

So result
Image

<!-- gh-comment-id:3539907724 --> @KIKIPEN commented on GitHub (Nov 17, 2025): So result <img width="1502" height="688" alt="Image" src="https://github.com/user-attachments/assets/b87c50be-5cbe-45bf-9de9-d0b5d0027a2e" />
Author
Owner

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

You need to replace <your.ip> with your actual IP address.

This is a placeholder for you to replace with something like 192.168.x.x

<!-- gh-comment-id:3540306471 --> @dextmorgn commented on GitHub (Nov 17, 2025): You need to replace `<your.ip>` with your actual IP address. This is a placeholder for you to replace with something like `192.168.x.x`
Author
Owner

@KIKIPEN commented on GitHub (Nov 17, 2025):

From soure or cmd. I try with cmd

<!-- gh-comment-id:3540333338 --> @KIKIPEN commented on GitHub (Nov 17, 2025): From soure or cmd. I try with cmd
Author
Owner

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

retry with :

find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|192.168.x.x:5001|g' {} ;
docker compose -f docker-compose.prod.yml down
docker compose -f docker-compose.prod.yml build --no-cache app
docker compose -f docker-compose.prod.yml up -d

But make sure you replace the part with 192.168.x.x with your actual server address.

<!-- gh-comment-id:3540440010 --> @dextmorgn commented on GitHub (Nov 17, 2025): retry with : ```bash find ~/flowsint -type f -name ".env" -exec sed -i 's|127.0.0.1:5001|192.168.x.x:5001|g' {} ; docker compose -f docker-compose.prod.yml down docker compose -f docker-compose.prod.yml build --no-cache app docker compose -f docker-compose.prod.yml up -d ``` But make sure you replace the part with `192.168.x.x` with your actual server address.
Author
Owner

@KIKIPEN commented on GitHub (Nov 17, 2025):

I try the same cmd and no create user

<!-- gh-comment-id:3540450790 --> @KIKIPEN commented on GitHub (Nov 17, 2025): I try the same cmd and no create user
Author
Owner

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

Same error ?

<!-- gh-comment-id:3540526991 --> @dextmorgn commented on GitHub (Nov 17, 2025): Same error ?
Author
Owner

@KIKIPEN commented on GitHub (Nov 17, 2025):

Exactly.
Image

<!-- gh-comment-id:3540533002 --> @KIKIPEN commented on GitHub (Nov 17, 2025): Exactly. <img width="1043" height="503" alt="Image" src="https://github.com/user-attachments/assets/0472b908-65e1-4afc-bd4f-1b0cc9e632f5" />
Author
Owner

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

Well it seems your IP is not correctly configured, as the message error shows incorrect url. Meaning your app was not rebuilt with latest changes or your .env files are still not configured properly; can you show output of:

cat ./flowsint-app/.env

Feel free to obfuscate any credential before sending

<!-- gh-comment-id:3540723889 --> @dextmorgn commented on GitHub (Nov 17, 2025): Well it seems your IP is not correctly configured, as the message error shows incorrect url. Meaning your app was not rebuilt with latest changes or your .env files are still not configured properly; can you show output of: ``` cat ./flowsint-app/.env ``` Feel free to obfuscate any credential before sending
Author
Owner

@KIKIPEN commented on GitHub (Nov 17, 2025):

I changed the .env config and created the user to login. Thank you very much!

<!-- gh-comment-id:3540899836 --> @KIKIPEN commented on GitHub (Nov 17, 2025): I changed the .env config and created the user to login. Thank you very much!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#53