While installing Discourse from source I successfully got to the point of displaying my site. After adding admin with “RAILS_ENV=production bundle exec rake user:create” the website went blank, white screen. Does anyone know how to fix this? There does not seem to be action for removing admin..
Also, I am trying to install it in production but noticed it shows development environment when starting (see below), could this be relevant?
supp@mrde:/var/www/html/discourse$ RAILS_ENV=production bundle exec pumactl -P /var/www/html/discourse/tmp/pids/puma.pid start
[8759] Puma starting in cluster mode…
[8759] * Version 3.12.1 (ruby 2.6.3-p62), codename: Llamas in Pajamas
[8759] * Min threads: 8, max threads: 32
[8759] * Environment: development
[8759] * Process workers: 4
[8759] * Preloading application
[8759] * Listening on unix:///var/www/html/discourse/tmp/sockets/puma.sock
[8759] ! WARNING: Detected 3 Thread(s) started in app boot:
[8759] ! # – /var/www/html/discourse/vendor/bundle/ruby/2.6.0/gems/hiredis-0.6.3/lib/hiredis/ext/connection.rb:19:in `read’
[8759] ! # – /var/www/html/discourse/vendor/bundle/ruby/2.6.0/gems/message_bus-2.2.0/lib/message_bus/timer_thread.rb:123:in `sleep’
[8759] ! # – /var/www/html/discourse/lib/discourse.rb:619:in `sleep’
[8759] * Daemonizing…