You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
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.
The text was updated successfully, but these errors were encountered: