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
Unsolved

Problem with Wave Paddle

sailoreudes

Apr 12th, 2022 11:09 AM

Hello,

I have configured the payment system using your documentation, but when I click on "switch plan" I get this error :

pic1.png

Would you have a solution?

Thank you very much,

bobbyiliev

Apr 12th, 2022 01:10 PM

Hello,

It sounds like that you've not created a plan in Paddle. Make sure to follow the documentation on how to do that here:

Wave Subscription Plans

If this does not help, there are a few things that I could suggest:

  • Make sure that you've set a valid SMTP server settings in your .env file. If this is on a Dev Server, you can use Mailtrap
  • Make sure that your APP_URL matches your domain name exactly, including the http:// or https:// part.
  • Make sure that the PADDLE_VENDOR_ID and the PADDLE_VENDOR_AUTH_CODE are set correctly in the .env file.