Good morning, I developed an Asp.net 5.0 web app via VS Code on Mac OS Big Sur and then moved the app to Ubuntu server and recompiled to make it work in docker only it doesn't connect to the SQLite db file, how do I fix it?
The error is this:
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'
User contributions licensed under CC BY-SA 3.0