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

Paddle Checkout Complete Call Does Not Navigate to Welcome Screen

elkinkm97

Feb 20th, 2023 12:33 PM

Hello,

In the video tutorials for billing, it shows that from the main screen when a user purchases a plan, after checkout complete successfully they are navigated to the Welcome screen. In the method below from checkout.blade.php the successCallback: "checkoutComplete" should call the checkoutComplete method inside of app.js, but it does not (debugged with some console logs, does not enter the methods at all). Does anyone have any idea on what to do here? Thanks!

Screenshot 2023-02-20 at 12.31.19 PM.png

bobbyiliev

Feb 20th, 2023 01:38 PM

Hi there,

Do you see any errors in the Laravel log? You can find the log at storage/logs/laravel.log.

I've seen this when the SMTP details in your env file are not correct. If you've deployed this on a server already, make sure to also specify valid SMTP details in your env file. You can for example use a service like SendGrid in case you don't have an SMTP server.