I’m encountering a weird bug on our discourse server: Nothing is showing up on the right as preview. Sometimes this can be fixed by refreshing the page, other times not.
What about safe mode? Is there anything in your browser console? What plugins do you have installed? Are you on tests-passed, did you rebuild recently?
Thanks for letting me know about safe mode, Sam! It does not seem to happen with plugins disabled. We’re running on tests-passed and did not undergo any rebuilds recently.
That usually happens when the site HTTPS is misconfigured. Can you check the DevTools logs when the issue happens? Both the console and network tab will show you why it’s happening.
Just to say that we are seeing this problem in the Fairphone forum too, seemingly since updating to v.2.9.0 beta 5 and 6. You’ll find a thread here.
I confirm this seems only to happen when the new post is begun by clicking the grey “Reply” button of a preceding post. Using the blue general Topic Reply, or using “Quote” to initiate the post, does not produce the issue.
We observe other (JS - related?) issues at the same time, for example the “Quote”, and inserting a hyperlink (the optional title field is not populated and the dialogue cannot be validated). These issues are not seen if the post was not initiated by clicking a grey “Reply” button.
I also confirm that the issues have not been seen in safe mode.
It doesn’t happen in safe mode, but dev tools doesn’t show any errors either.
I’m also seeing that syntax highlighting no longer works - it looks like the theme css is resetting the hljs styles - using the default theme - also doesn’t happen in safe mode.
That means that there are error in the Fairphone theme. It must be fixed by an admin there. It appears that, for example, there is a theme-component trying to use the old deprecated Discourse.User global object.