However, upon refresh, I get the following project error:
What can I do to resolve this?
However, upon refresh, I get the following project error:
What can I do to resolve this?
To fix, identify the broken project:
select length(theme), id from projects;
The broken project will have a theme length of exactly 65535. Reset this project’s theme:
update projects set theme='{}' where id='…';