Frontend on Prod Site Down -- Ember/Test error

The problem is Discourse encrypt. You can fix it by putting it last in your yml file and selecting the commit from before it was first broken (signature verification was broken the other day), like this:

  - git clone https://github.com/discourse/docker-manager.git
  ... then your other plugins ...
  - git clone https://github.com/discourse/discourse-encrypt.git
  - cd discourse-encrypt && git checkout 12639de

As you can see, I put the Discourse encrypt plugin last, just in case the cd and git checkout commands would affect subsequent commands (which I don’t think they would).

And yes, that is the commit hash of the last version which definitely works okay.

My site is now working fine again. And Discourse Encrypt has the green ticks again.

6 Likes