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
This just cropped up out of nowhere. I'm running Neonlink in a Docker container. Everything was running smoothly. Now, for some reason, I can no longer save any bookmarks. I'm seeing this is my logs:
msg=Invalid URL
2024/08/28 12:53PM 50 pid=1 hostname=81cadad50474 reqId=req-1v req={"method":"POST","url":"/api/bookmarks","hostname":"192.168.1.114:3080","remoteAddress":"192.168.1.19","remotePort":46664} res={"statusCode":500} err={"type":"SqliteError","message":"attempt to write a readonly database","stack":"SqliteError: attempt to write a readonly database\n at BookmarksStore.addItem (file:///app/db/sqlite/stores/bookmarks.js:20:8)\n at Object. (file:///app/routes/api/bookmarks/index.js:139:42)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","code":"SQLITE_READONLY"} msg=attempt to write a readonly database
I've made no changes aside from updating the Docker container recently. I don't know why the error above is referencing 192.168.1.19. I have nothing on that IP address. This is my docker-compose:
Hi, attempt to write a readonly database seems like an permission issue. First of all, check your bind volume permissions. 192.168.1.19 - is an internal ip of container in docker network.
This just cropped up out of nowhere. I'm running Neonlink in a Docker container. Everything was running smoothly. Now, for some reason, I can no longer save any bookmarks. I'm seeing this is my logs:
I've made no changes aside from updating the Docker container recently. I don't know why the error above is referencing 192.168.1.19. I have nothing on that IP address. This is my docker-compose:
Any idea what I can do to fix this?
Thanks
The text was updated successfully, but these errors were encountered: