8000 Error in router for verify and reset · Issue #4 · horrido/acme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Error in router for verify and reset #4
Open
@tqdo

Description

@tqdo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0