I’ve followed the instructions at Beginners Guide to Install Discourse on macOS for Development to install a development environment of discourse. I’ve also installed the discourse-solved plugin, and everything works when I run: bundle exec rails server.
I wanted to run discourse with rails’ built in daemon. However, when I run the command bundle exec rails server --daemon, the discourse-solved plugin no longer seems to function correctly. For example, the option to accept a post as a solution is no longer available.
Does anyone have advice on how to get the plugin working correctly as a daemon in this fashion, or whether or not I should forgo this daemon mode and find a better strategy?
Yeah this is the reloader, it is not super plugin friendly, to say the least
When this happens you sadly have to stop everything and relaunch
@tgxworld we should probably put a hack in place to compensate for bot… what happens is the job base class gets reloaded nuking the bot input job which never gets reloaded.