Jquery errors in the setup wizard

The forum I’m trying to start now won’t send the initial email. it’s logging:

Uncaught ReferenceError: jQuery is not defined
    at wizard-vendor-c7b999087a3c233eb2346562db6ec6a472a50c50cf676a2ea23304c4091d7716.js:1

Is this because of the failed first run attempt to set up https? If so then do we need two topics for the same issue? Also if so, just rebuild, or rebuild without https?

I don’t think it’s related, as i was able to make a secure connection, and the problem persisted across a host reboot, and container rebuild.

Any weird plugins installed, anything third party not from us? What happens if you disable them?

This was 100% following the easy setup guide. Nothing non-standard.

Because the hostname is registered with letscrypt now, and I don’t know that the easy setup will handle the needed rekey, I spun up a new droplet, ran through the setup again, but this time without letsencrypt at all.

I have the same issue

Incorrect. I just performed a 100% by the book, official install guide, new install on Digital Ocean and I got the admin mail just fine.

So you seem to have a garden variety “didn’t set up email correctly” problem, and should refer to our existing guides.

1 Like

The jQuery error here should probably be fixed @eviltrout, is this a result of the double minification fix?

2 Likes

It was a regression there. Oddly it didn’t seem to break anything but I’ve fixed it here:

https://github.com/discourse/discourse/commit/2fedf1c66800b0249fbf40e741c304d3db4cdac8

7 Likes