18 days ago
When trying to login to flowise deploymen,get this error, nothing changed from app side, is this some system wide issue with volumes?
2 Replies
17 days ago
Have you tried restarting the deployment?
17 days ago
Hi!
Since your app worked before and now fails without code changes, this points to a Railway volume or permissions issue rather than a Flowise bug.
Flowise needs a writable database for login and session data, but it sounds like your SQLite file or Railway volume is currently read‑only. To possibly fix this:
Store the .db file in a persistent volume, not ephemeral storage.
Make sure the volume is mounted with write access (rw).
Check file ownership inside the container, Flowise must be able to write to the file.
As the previous commenter mentioned, restarting or redeploying with a fresh volume often resolves the issue.
This does not sound iike a system‑wide problem, but a deployment setup issue.
Let me know if you have any more details to share.