Reset password link error

Hi there!

Testing my first discourse forum I encounter problems with the reset password link and I didn’t find a solution on another post.

I attached the information that I collect from this error.

Error:

Oops

The software powering this discussion forum encountered an unexpected problem. We apologize for the inconvenience.

Detailed information about the error was logged, and an automatic notification generated. We'll take a look at it.

No further action is necessary. However, if the error condition persists, you can provide additional detail, including steps to reproduce the error, by posting a discussion topic in the site's feedback category.

Info from domain.example/logs

Message (4 copies reported)

ActionView::Template::Error (The asset "ember_jquery.js" is not present in the asset pipeline.
)
app/helpers/application_helper.rb:95:in `script_asset_path'
app/helpers/application_helper.rb:146:in `block in preload_script'
app/helpers/application_helper.rb:145:in `map'
app/helpers/application_helper.rb:145:in `preload_script'
app/views/users/password_reset.html.erb:20
app/views/users/password_reset.html.erb:18
app/controllers/users_controller.rb:830:in `block (2 levels) in password_reset_show'
app/controllers/users_controller.rb:820:in `password_reset_show'
app/controllers/application_controller.rb:415:in `block in with_resolved_locale'
app/controllers/application_controller.rb:415:in `with_resolved_locale'
lib/middleware/omniauth_bypass_middleware.rb:71:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:368:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/request_tracker.rb:202:in `call'

Backtrace

sprockets-rails (3.4.2) lib/sprockets/rails/helper.rb:84:in `compute_asset_path'
actionview (7.0.3) lib/action_view/helpers/asset_url_helper.rb:203:in `asset_path'
app/helpers/application_helper.rb:95:in `script_asset_path'
app/helpers/application_helper.rb:146:in `block in preload_script'
app/helpers/application_helper.rb:145:in `map'
app/helpers/application_helper.rb:145:in `preload_script'
app/views/users/password_reset.html.erb:20
actionview (7.0.3) lib/action_view/helpers/capture_helper.rb:45:in `block in capture'
actionview (7.0.3) lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer'
actionview (7.0.3) lib/action_view/helpers/capture_helper.rb:45:in `capture'

My config of the email text:

Thank you very much!!!

Francisco.-

This appears to be fixed in the latest version. Can you please try an update?

2 Likes

I install it from DigitalOcean a few days ago. Who do I actualize to the last version?

You can do this one from your /admin/upgrade page. :+1: Though if you’re self-hosted you should also check out this topic How do I manually update Discourse and Docker image to latest?

I did only the second step from that post and it solved it. Thanks!

2 Likes