Going to /finish-installation creates unexpected behavior

To reproduce, login to a Discourse forum (any) and go to /finish-installation
The site begins to act strange.

In summary, several modals and boxes will be empty or not work at all. I show Discourse Try and my production site here, I’m working on getting a test site now

1 Like

I’ve been doing some research, my theory is that when you visit that route, and the site is already configured, it’s rendering application.html.erb (I.e. Ember app), but, in discourse-assets-json only anonymous data is preloaded (ie currentUser and other important data is not sent)

Is there a way for Discourse to show the “static” 404 for configured sites? :thinking:

1 Like