Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset-password.tsx page is missing #3747

Closed
sfarrowGR opened this issue Aug 17, 2022 · 1 comment · Fixed by #3743
Closed

reset-password.tsx page is missing #3747

sfarrowGR opened this issue Aug 17, 2022 · 1 comment · Fixed by #3743
Assignees
Labels
kind/bug Something isn't working status/done

Comments

@sfarrowGR
Copy link

What is the problem?

After creating a new project with the Blitz cli, using the reset password fails as the page the email directs to does not exist.

Paste all your error logs here:

none - when clicking the link the email a 404 page is returned

Paste all relevant code snippets here:

none

What are detailed steps to reproduce this?

  1. Create a new app.
  2. blitz dev
  3. create user
  4. log out
  5. click login
  6. click forgot password link
  7. enter email and click reset
  8. view preview email
  9. click the link in email.

Run blitz -v and paste the output here:

Blitz version: 2.0.0-beta.1 (global)
Blitz version: 2.0.0-beta.1 (local)
macOS Monterey | darwin-arm64 | Node: v16.15.1


 Package manager: npm

  System:
    OS: macOS 12.5
    CPU: (8) arm64 Apple M1
    Memory: 390.56 MB / 8.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.15.1 - /usr/local/bin/node
    Yarn: 1.22.19 - /opt/homebrew/bin/yarn
    npm: 8.17.0 - /usr/local/bin/npm
  npmPackages:
    @blitzjs/auth: 2.0.0-beta.1 => 2.0.0-beta.1 
    @blitzjs/next: 2.0.0-beta.1 => 2.0.0-beta.1 
    @blitzjs/rpc: 2.0.0-beta.1 => 2.0.0-beta.1 
    @prisma/client: 4.0.0 => 4.0.0 
    blitz: 2.0.0-beta.1 => 2.0.0-beta.1 
    next: 12.2.0 => 12.2.0 
    prisma: 4.0.0 => 4.0.0 
    react: 18.0.0 => 18.0.0 
    react-dom: 18.0.0 => 18.0.0 
    typescript: ^4.5.3 => 4.7.4 


Please include below any other applicable logs and screenshots that show your problem:

No response

@beerose
Copy link
Contributor

beerose commented Aug 17, 2022

Thanks for the report. It will be soon fixed by #3743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working status/done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants