What does “continuous printing of the database is locked” mean and how can it be avoided?
Hi @jh007,
That’s usually caused by running two copies of the application from the same directory. Both cannot simultaneously lock the SQLite database that is used for the request cache, so one of them will get these errors.