mrpng

Results 3 comments of mrpng

I have the same problem, when i try to see templates it loads forever, and in developer tools i found that it throws 400 Bad Request when trying to GET...

Deleting entries from project__template_vault nothing changed for me

fixed by deleting couple of columns from project__view: ` PRAGMA foreign_keys = OFF; DROP TABLE IF EXISTS temp_backup; CREATE TABLE temp_backup ( id INTEGER, title VARCHAR(100), project_id INTEGER, position INTEGER...