joschan21 / quill

Quill - A Modern SaaS-Platform Built With Next.js 13
1.91k stars 513 forks source link

Trouble logging into dashboard on deployed version: Failed to load resource: the server responded with a status of 404 #55

Open ck18sss opened 11 months ago

ck18sss commented 11 months ago

Hi everyone, very frustrated that I can't get this to work. Anytime I log in to the Kinde Auth on the deployed version I get this error: image. I am not redirected to my dashboard but to the home page.

Failed to load resource: the server responded with a status of 404 ()

Some things I've tried and helpful information:

There is a related issue on this Github thread (at the very end): https://github.com/joschan21/quill/issues/17 but the issue was never closed. Has anyone had the same issue and found a solution? Thanks.

anand-mukul commented 10 months ago

@ck18sss Here is how you can do it:

  1. Don't update the package.json file.
  2. Make sure that you have updates Kinde Callback URLs like: http://localhost:300/api/auth/kinde_callback

Demo: PDF Ninja Demo

Note: Check out my repository for reference 👍

You can also refer to this link for other issues: PDF Ninja Repository