Open
Description
Hi, thank you for the nice posts. I am following your posts about building a web application using Beego. I encounter 2 errors that I am not sure how to fix
beego.Router(“/user/verify/:uuid([0–9a-f]{8}-[0–9a-f]{4}-4[0–9a-f]{3}-[89ab][0–9a-f]{3}-[0–9a-f]{12})”, &controllers.MainController{}, “get:Verify”)
beego.Router(“/user/reset/:uuid({[0–9A-F]{8}-[0–9A-F]{4}-4[0–9A-F]{3}-[89AB][0–9A-F]{3}-[0–9A-F]{12}})”, &controllers.MainController{}, “get,post:Reset”)
When I click the link in verify/reset email, it shows page not found. I think it has something to do with the uuid but I'm not sure how to fix it. Appreciate if you can help me with this.
Metadata
Metadata
Assignees
Labels
No labels