Hi, i am unable to view my website's google cache
To check I have saved discussion page as html. where my saved page also not loading - I have removed below code and local saved page started loading in the browser.
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;
}
--
how to diagnose this?
https://imgur.com/RTWiBNc
https://imgur.com/4wtOooW