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
Do you have any 3rd party process interacting directly with the database?
Are you using a custom SQLite driver?
You've mentioned "I have also configured the client_stats to be auto-deleted when the client gets deleted" but how did you do that? Do you mean the "Cascade delete option" or via custom hook?
Did you try to temporary comment any custom hooks associated with client/client_stats to see if it is not caused by it?
Without a minimal reproducible or at least some clear steps to trigger the error I don't think anybody will be able to assist you.
If you are still not able to identify the culprit try to narrow it down to the bare minimum code that would trigger it and export your collections configuration as json (Dashboard > Settings > Export collections).
Yes! That does fix it. Tested it multiple times just to be sure. Is this okay to use a a temporary fix or could this lead to unwanted side-effects ? I do have file fields on other collections.
This discussion was converted from issue #6780 on April 28, 2025 08:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Could you test again with v0.27.2?