PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

SQLSTATE[HY000]: General error: 1 no such table: password_reset_tokens

Solved
produkt

Oct 18th, 2025 01:56 AM

In Wave, attempting to reset a password via forgot password link causes an error: SQLSTATE[HY000]: General error: 1 no such table: password_reset_tokens select * from "password_reset_tokens" where "email" = [email protected] limit 1

I don't see a migration for this table name.

bobbyiliev

Oct 19th, 2025 04:02 AM

Best Answer

Hey!

Thanks for reporting this! Found the same discussion for Laravel in general here:

https://laracasts.com/discuss/channels/laravel/when-did-password-resets-became-password-reset-tokens

And submitted a PR with a fix for this here: https://github.com/thedevdojo/wave/pull/287