Expected result: properties panel should be populated and adapting to selected elements.
–> The panel stays empty. Tried to refresh, and reset all the settings as discussed in the forum.
The problem seems to be project specific. I can open another project and it works fine.
Also, the problem started occurring after I added a dynamic meta tag for canonical url (if that helps in any way).
UPDATE: It seems my main.ejs layout file was corrupted and caused the problem. I created a new layout page, copy-pasted the content from the old one and changed my pages to the new layout. BUT: when I rename the old layout file and the new one back to main: the problem is back.
Did you figure out the part on the main.ejs layout page that causes the issue, was it the dynamic meta tag you added?
If you know what code on the main.ejs caused the issue we can look for a fix. You can also send us the main.ejs that causes the issue and we can run some tests with it. It is also useful to have the log from when the issue happens (How to report bugs together with the Wappler debug log).
Hi @patrick , sorry for not replying earlier. I did not figure out exactly what caused the issue. It started as I was adding the dynamic meta tags. I must have used an invalid name (like og:image:alt). Wappler let me save it but once I wanted to use it, the layout page was corrupted. So I created a new layout page and used only underscores and now it works.
For some reason though, when I create a new layout page with the same name (main.ejs), this remains broken and does not show any properties. I (byte)-compared the file that worked (renamed main.ejs) with the one that does not. They are identical. So I reckon this is some linked information that causes the problem.
(I created the bug using the built-in bug report tool in Wappler, I assumed the logs would come through automatically, I’ll check later if I can still send them here).