Good Morning!
Since today i get an error in my flarum forum.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
i havent change anything that could cause the error.
I cleared the cache and delete the rev-manifest.json. but it still doesnt work. I also deactivates most third party extensions (The Adminpanel works).
I also restarts the whole docker container
my browers console:
(index):106 Uncaught TypeError: Cannot read property 'type' of undefined
at t.e.pushObject (Store.js:59)
at t.e.pushPayload (Store.js:39)
at e.preloadedApiDocument (Application.js:189)
at e.n.loadResults (DiscussionList.js:153)
at e.n.refresh (DiscussionList.js:134)
at e.n.init (DiscussionList.js:38)
at e.t (Component.js:65)
at new e (DiscussionList.js:15)
at e.n.init (IndexPage.js:55)
at e.t (Component.js:65)
wich points to
<script>
document.getElementById('flarum-loading').style.display = 'none';
try {
flarum.core.app.load({"resources":[{"type":"forums","id":"1","attributes":{"title":"Blueforcers Forum","description":"Diskussionen rund um meine Projekte.\n"........"}]}});
flarum.core.app.bootExtensions(flarum.extensions);
flarum.core.app.boot();
} catch (e) {
var error = document.getElementById('flarum-loading-error');
error.innerHTML += document.getElementById('flarum-content').textContent;
error.style.display = 'block';
throw e;
}
</script>