grist-core: v1.1.7: Uncaught ReferenceError: jQuery is not defined

When accessing the root of my self-hosted instance with Docker image gristlabs/grist:1.1.7 or gristlabs/grist:latest, I get a blank page, with Uncaught ReferenceError: jQuery is not defined in the console. I don’t get the error:

  • with gristlabs/grist:1.1.6;
  • when directly accessing a document url.

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Comments: 19 (12 by maintainers)

Most upvoted comments

Thank you very much for pointing to it. After setting GRIST_IGNORE_SESSION=1, it works, and this issue is fixed: I get the homepage when accessing the root of my instance with latest.

Ah, thank you, there’s a lead in there. @georgegevoian I see BehavioralPromptsManager mentioned. Suspecting a race of some kind.