Discourse ne charge l'en-tête qu'au premier accès, il faut rafraîchir pour charger l'application complète

Afternoon all, been stuck on this for a few days. My wack-a-mole approach is not working and haven’t been able to find a post on meta that directly addresses this problem. If I’m missing it, please share the link.

At any rate, has anyone had issues with Discourse only loading the header on mobile devices? I’ve tried turning off mobile layouts, setting “Latest” for the default view and a laundry list of other things.

Here’s a quick look at the issue.

Can you reproduce in Safe Mode ?

It looks like you have a broken theme customization.

Let me give it a shot.

Can’t reproduce in safe mode because when you go to safe mode it immediately refreshes the app and loads the home screen properly.

That’s because

So you should fix that.

Bonjour @pfaffman, je travaille toujours dessus. Je viens de passer en revue tous mes paramètres personnalisés et j’ai réinitialisé ceux qui pourraient poser problème, mais sans succès. J’ai vérifié tous mes plugins pour m’assurer qu’aucun n’est défectueux. Aucun problème de ce côté.

          - git clone https://github.com/discourse/discourse-oauth2-basic.git
          - git clone https://github.com/discourse/discourse-patreon.git
          - git clone https://github.com/discourse/discourse-plugin-linkedin-auth.git
          - git clone https://github.com/discourse/discourse-plugin-office365-auth.git
          - git clone https://github.com/discourse/discourse-policy.git
          - git clone https://github.com/discourse/discourse-push-notifications.git
          - git clone https://github.com/discourse/discourse-saved-searches.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-spoiler-alert.git
          - git clone https://github.com/discourse/discourse-staff-notes.git
          - git clone https://github.com/discourse/discourse-tooltips.git
          - git clone https://github.com/discourse/discourse-voting.git
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/communiteq/discourse-sitemap.git
          - git clone https://github.com/angusmcleod/discourse-quick-messages.git
          - git clone https://github.com/angusmcleod/discourse-locations.git
          - git clone https://github.com/angusmcleod/discourse-question-answer.git
          - git clone https://github.com/angusmcleod/discourse-ratings.git
          - git clone https://github.com/angusmcleod/discourse-topic-previews.git
          - git clone https://github.com/angusmcleod/discourse-layouts
          - git clone https://github.com/procourse/discourse-full-screen-videos-plugin.git
          - git clone https://github.com/procourse/procourse-static-pages.git
          - git clone https://github.com/featheredtoast/discourse-pwned-passwords.git
          - git clone https://github.com/iunctis/discourse-formatting-toolbar.git
          - git clone https://github.com/jannolii/discourse-topic-trade-buttons.git
          - git clone https://github.com/jgujgu/discourse-blocks.git
          - git clone https://github.com/LeoDavidson/discourse-reset-bump.git
          - git clone https://github.com/rux-pizza/discourse-awesome-bbcodes.git
          - git clone https://github.com/sekhat/discourse-yuml.git
          - git clone https://github.com/synweap15/discourse-voice-record.git
          - git clone https://github.com/unfoldingWord-dev/discourse-mermaid.git
          - git clone https://github.com/jomaxro/discourse-plugin-site-setting-override.git
          - git clone https://github.com/discourse/discourse-data-explorer.git
          - git clone https://github.com/cpradio/discourse-plugin-replygif.git
          - git clone https://github.com/merefield/discourse-onebox-assistant.git

Comme c’est le cas, j’ai lancé un audit dans Chrome et obtenu ces résultats. Voyez-vous des indices pertinents ici ?

J’ai essayé de supprimer tout mon CSS personnalisé. Rien n’y a fait. :neutral_face:

Ouvrez les outils de développement du navigateur et vérifiez l’onglet Console pour y détecter d’éventuels avertissements ou erreurs.

Tous les 200 sans erreurs dans la console. Récemment, j’ai remarqué que beaucoup de problèmes similaires apparaissaient dans le journal du site… il ne me reste plus qu’à apprendre à lire tout ce JavaScript.

Comme l’ont mentionné @falco et @pfaffman plus tôt, vous avez un thème ou une personnalisation de thème défectueux. Il y a une erreur de syntaxe quelque part dans vos fichiers JavaScript du thème. Vous devrez peut-être supprimer les composants de thème ou les thèmes personnalisés installés un par un pour identifier l’origine du problème.

Voilà. Le composant Easy Footer était le coupable tout ce temps. Grrrr. haha

Merci à tous !!