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] Flowise app service deployment error #2671

Open
benfield97 opened this issue Jun 19, 2024 · 4 comments
Open

[BUG] Flowise app service deployment error #2671

benfield97 opened this issue Jun 19, 2024 · 4 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@benfield97
Copy link

Status: 500
Error: chatflowsService.getAllChatflows - Error: getRunningExpressApp failed!

Occurs when deploying on Azure via app service.

btw, the azure docs are really bad and make things very unclear. Improvements to those docs in general would be great.

@HenryHengZJ
Copy link
Contributor

PR welcome if you have better suggestion on the docs!

@HenryHengZJ HenryHengZJ added enhancement New feature or request documentation Improvements or additions to documentation labels Jun 24, 2024
@ai-Ev1lC0rP
Copy link

From my digging, the issue seems to be related to the MySQL database (or any database) that's hosted in the app service RG.
The issue resides from the DATABASE_SSL flag in flowise expecting a boolien and the azure app service only accepting an object.
If i can get it working i'll put the PR in to help mitigate deploying db to Azure issues.

@nikitas-novatix
Copy link

From my digging, the issue seems to be related to the MySQL database (or any database) that's hosted in the app service RG. The issue resides from the DATABASE_SSL flag in flowise expecting a boolien and the azure app service only accepting an object. If i can get it working i'll put the PR in to help mitigate deploying db to Azure issues.

Did you manage to get something going @ai-Ev1lC0rP? Any chance you could share your process? Thanks!

@ai-Ev1lC0rP
Copy link

Yeah i have a PR in . #3364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants