Hi! I have some unexpected behavior that suddenly showed up in some fresh project I set up today. For the record, I was able to have some layout configuration done before this issue appeared.
Expected behavior
When I change my layout, the changes should be persistent
Actual behavior
I can update my layout properly (even get the success message), when leaving the edit mode I can see my changes (for instance, let’s say I made a collection visible, when going back to the classic non-edit mode, I can go and check the said collection).
When refreshing the page though, all the changes are reverted, may it be a field renaming, a collection / smart action / segment update.
If I refresh the page while being on the collection I just made visible, I get this error screen :
Here are a couple of screenshots for better understanding :
Untuched stat, before any update :
I make some collections visible, then leave the edit mode (at this point, I can see the collections and their records):
After I refresh the page : back to square one (with the error screen as mentioned if I was monitoring one of the disapearing collections)
Failure Logs
I have two errors logged in the console :
GET https://www.gravatar.com/avatar/861665d588a9e96de422d2bb613773fb?s=80&d=404 404
Uncaught DOMException: Failed to execute ‘measure’ on ‘Performance’: The mark ‘start widget::load’ does not exist.
These two errors show on page refresh, wether I edited something or not.
Nothing shows on server logs
Context
“forest-express-sequelize”: “^6.0.0”,
“forest-express”: “^7.4.0”,
“sequelize”: “~5.15.1”,
“express”: “~4.16.3”,
“dotenv”: “~6.1.0”,