Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Cannot spin up latest flowise docker due to datasource connection refused (ECONNREFUSED) #2094

Closed
niztal opened this issue Apr 3, 2024 · 0 comments

Comments

@niztal
Copy link
Contributor

niztal commented Apr 3, 2024

Describe the bug
While deploying the latest version (both locally and on azure) I'm getting the following error:

flowise@1.6.2 start /usr/src
run-script-os
flowise@1.6.2 start:default
cd packages/server/bin && ./run start
2024-04-03 12:25:55 [INFO]: Starting Flowise...
2024-04-03 12:25:55 [INFO]: ⚡️ [server]: Flowise Server is listening at 3000
2024-04-03 12:25:55 [ERROR]: ❌ [server]: Error during Data Source initialization: connect ECONNREFUSED ::1:3306
Error: connect ECONNREFUSED ::1:3306
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)

To Reproduce
As said over [https://docs.flowiseai.com/getting-started#docker]

  1. docker build --no-cache -t flowise .
  2. docker run -d --name flowise -p 3000:3000 flowise

Expected behavior
flowise app should be available on host:3000

Additional context
Both locally and on azure env variables exist but still flowise doesn't manage to access the datasource as seen above :(

Please help

@niztal niztal closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant