El asistente de configuración de Discourse no carga debido al plugin de OneSignal

I would like to re-run the Discourse Setup Wizard to change my default view to “Categories”. When I tried forum.site.com/wizard, I see:

  • Talk bubble background
  • Title tag says “Discourse Setup”
  • No content on the page

Screenshot: Image 2019-09-12 at 6.03.03 PM.png

I have “Custom Wizards” and “OneSignal” plugins installed.

How can I check error logs? Could this be an issue with the Custom Wizard plugin? If I remove the plugin and rebuild, will I lose any of my Custom Wizard data?

Can you hit F12 to check the Javascript console and look for errors there?

I also see you have a number of extensions running; do you encounter the same problem running in an incognito window?

Error persists in Incognito: Image 2019-09-12 at 6.43.17 PM.png

See image for Console.

The Custom Wizard plugin is probably to blame, but I could be wrong. Try disabling the plugins one at a time (starting with the Custom Wizard) and rebuilding Discourse.

I commented out

      ## - git clone https://github.com/angusmcleod/discourse-custom-wizard.git

and nothing happened.
Commented out this plugin and Wizard came back.

      ## - git clone https://github.com/pmusaraj/discourse-onesignal.git

Was able to run /wizard and have re-enabled the plugins. Thanks for the help!

@codinghorror - your edits are incorrect. The plugin that was at fault was OneSignal, not Custom Wizard. I just had another issue (error on Custom Wizard) and had to comment out the OneSignal plugin again to resolve it. It seems like OneSignal is doing something funky.

Oh my bad feel free to edit in the future to make it more correct. I’ve changed it.

Oh, didn’t think of that! Thanks for keeping Meta clean.