My site https://howtodiscuss.com/ is showing a blank page when i load it.
This is happening after i upgraded from admin UI on 21st June 2022 on latest beta version.
I even tried doing rebuild from terminal using below command
./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only
but still its not getting up. Can anyone please help me up my site again?
@pfaffman Can you check it please?
1 лайк
Johani
(Joe)
21.Июнь.2022 21:05:05
2
Your theme is throwing errors. You can use safe mode to bypass the theme and fix them.
You have this added in the <head> field in your main theme or one of its components.
<script src="https://howtodiscuss.com/uploads/default/original/2X/6/6bc74544c62dcf344715cbc6f2bc10c734af4814.js"></script>
find that and add defer to it like so
<script defer src="https://howtodiscuss.com/uploads/default/original/2X/6/6bc74544c62dcf344715cbc6f2bc10c734af4814.js"></script>
7 лайков
system
(system)
Закрыл(а) тему
21.Июль.2022 21:05:34
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.