Temp fix for missing accountables on self hosted instances #1071
Reference in New Issue
Block a user
Delete Branch "zachgoll/temp-crash-fix-accountable-series"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Based on the current info, it appears #1068 is caused by self-hosted instances having corrupt data where the
Accounthas anentryable_typeandentryable_idpopulated, but the correspondingEntryabledoes not exist in the database.This causes an error when
Accountdelegates thevalueandseriesmethods to the accountable.Adding this fix so we can fix crashed instances, but would prefer to get a better long-term solution (and potential destructive migration) published when we identify the root cause of the issue.