Error "Oops" al hacer clic en el enlace de correo para autorizar el cambio de dirección de correo electrónico

Al intentar cambiar la dirección de correo electrónico asociada a una cuenta, se envía al usuario un enlace de la forma https://[dominio]/u/authorize-email/[alguno token]. Al hacer clic en ese enlace, el foro muestra el mensaje de error: “¡Vaya! Esa página no existe o es privada.”

Desde production.log:

Started GET "/u/authorize-email/[redacted]" for [redacted] at 2020-05-23 13:55:06 +0000
ActionController::RoutingError (No route matches [GET] "/u/authorize-email/[redacted]")
/var/www/discourse/vendor/bundle/ruby/2.6.0/gems/actionpack-6.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:36:in `call'
  Rendering exceptions/not_found.html.erb within layouts/no_ember
  Rendered exceptions/not_found.html.erb within layouts/no_ember (Duration: 1.0ms | Allocations: 517)
  Rendered layouts/_head.html.erb (Duration: 2.6ms | Allocations: 428)
  Rendered common/_discourse_stylesheet.html.erb (Duration: 1.7ms | Allocations: 665)
  Rendered application/_header.html.erb (Duration: 0.3ms | Allocations: 74)
  Rendering html template
  Rendered html template (Duration: 0.0ms | Allocations: 2)
2 Me gusta
7 Me gusta

Gracias @gerhard :+1:

2 Me gusta

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.