Site works fine in 5.4.4, but when I updated to 5.5.0, I can load the System page and the Users page, but trying to access any site panel page returns the error “can’t access property “error”, t is null”
I went to create a github issue, but I see new issues are restricted there now, so I’m opening this forum thread.
Could you please provide the full console error output?
And I am not aware we restrict issue creation. Will look into it.
Sorry for the late reply, I didn’t have time to sit down and troubleshoot, here’s the console output:
XHRGEThttps://ds.salinalibrary.info/panel/site[HTTP/3 500 71ms]
Uncaught (in promise) TypeError: can’t access property “error”, t is null
t https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
error https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
error https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
open https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
load https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
load https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
open https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
onClick https://ds.salinalibrary.info/media/panel/9db842b3dc3336737559eb4abc0f1b3d/js/index.min.js:2
VueJS 33
and the specific line in that javascript:
const t=Object.values(e.response.json).find(t=>“string”==typeof t.error);
the only plugin i’m using is the dotenv plugin which isn’t used in the backend…
I tried deleting the media folder to see if it fixed on being recreated, but the issue persisted. Rolling back to Kirby 5.4.4 resolves it. I’ve also tried 5.5.1, and the same issue occurs there.
Looks like I can submit a bug report now so i’m opening an issue on github