K
Kinde14mo ago
☀eek

Help with FastAPI registration

I am trying to integrate Kinde to my FastAPI project, but for some reason I get error 500, and redirected to Kinde page which shows error 404
No description
6 Replies
☀eek
☀eekOP14mo ago
This is the endpoint I am using
No description
☀eek
☀eekOP14mo ago
Here are allowed callback urls
No description
Oli - Kinde
Oli - Kinde14mo ago
Hey @☀eek, Are you able to share more details on the code you have setup with FastAPI that results in a 500 erro and 404 error on the Kinde page. Would you be able to pass on the smallest code sample that still reproduces the same error? This will help my team replicate and troubleshoot your issue.
☀eek
☀eekOP14mo ago
I was able to understand where the error came from. In my .env in KINDE_ISSUER_URL instead of mydomain.kinde.com I used mydomain.kinde.com/api Thank you for your time and help
Oli - Kinde
Oli - Kinde14mo ago
I didnt do a thing 😆 Please dont hesitate to reach out if you come across any other issues
shai-tan
shai-tan5w ago
it seems FastAPI steps in the docs are outdated. @Oli - Kinde any chance they can be reviewed and updated? for example, following the installation instructions, the FastAPI throws error: SessionMiddleware must be installed to access request.session

Did you find this page helpful?