OperationalError: attempt to write a readonly database

I developed an application and added sqlite to the application. The login functionality is working fine, but I am having issues storing a new user in the database. When a new user signs up, I get the error OperationalError: attempt to write a readonly database. Can you help me please.

Hi there,

Thanks for sharing your question with the community! Check out our guidelines on how to post an effective question here – in particular, please share a code snippet so we can reproduce the issue.

Caroline :balloon:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.