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
In Railway, it is throwing an error when using SQLite with volume(mount path /data)
Error: Failed to initialize SQL driver: unable to open database file: out of memory (14)
In Railway, it is throwing an error when using SQLite with volume(mount path
/data
)Error: Failed to initialize SQL driver: unable to open database file: out of memory (14)
Steps To Reproduce
Create authorizer service using Docker file or this repository (https://github.com/takshch/authorizer-sqlite)
Docker file:
Create a volume with mount path
/data
and attach it to the authorizer service.Check the deployment logs of the authorizer service.
The text was updated successfully, but these errors were encountered: