Hi, I installed discourse on server, but I am unable to get past the “Register Admin Account”. I use elastic email, and its logs doesn’t seem to show that some system had contacted it to send the email.
I have updated and verified my DNS setting too. Is there any way on my server I can check the email messages, at least if there is a attempt to contact elastic email and it had failed. I checked in production.log and this is what I got
Started GET "/bea_wls_deployment_internal" for 116.117.157.69 at 2018-11-10 05:20:37 +0000
ActionController::RoutingError (No route matches [GET] "/bea_wls_deployment_internal")
/var/www/discourse/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
Rendering exceptions/not_found.html.erb within layouts/no_ember
Rendered exceptions/not_found.html.erb within layouts/no_ember (6.4ms)
Rendered layouts/_head.html.erb (1.9ms)
Rendered common/_special_font_face.html.erb (0.7ms)
Rendered common/_discourse_stylesheet.html.erb (0.2ms)
Rendered application/_header.html.erb (0.2ms)
Rendering html template
Rendered html template (0.0ms)
Started GET "/bea_wls_deployment_internal" for 116.117.157.69 at 2018-11-10 05:20:41 +0000
ActionController::RoutingError (No route matches [GET] "/bea_wls_deployment_internal")
/var/www/discourse/vendor/bundle/ruby/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
Rendering exceptions/not_found.html.erb within layouts/no_ember
Rendered exceptions/not_found.html.erb within layouts/no_ember (5.8ms)
Rendered layouts/_head.html.erb (1.5ms)
Rendered common/_special_font_face.html.erb (0.2ms)
Rendered common/_discourse_stylesheet.html.erb (0.2ms)
Rendered application/_header.html.erb (0.2ms)
Rendering html template
Rendered html template (0.0ms)
Started GET "/" for 116.117.157.69 at 2018-11-10 05:20:43 +0000
Processing by FinishInstallationController#index as */*
Rendering finish_installation/index.html.erb within layouts/finish_installation
Rendered finish_installation/index.html.erb within layouts/finish_installation (1.0ms)
Rendered common/_special_font_face.html.erb (0.3ms)
Rendered layouts/_head.html.erb (3.0ms)
Completed 200 OK in 11ms (Views: 6.3ms | ActiveRecord: 1.0ms)
Is there any way to solve it?