You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure it has not already been reported
Fastify version
^3.18.1
Plugin version
No response
Node.js version
16.3.0
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
Ubuntu 20.04
Description
Using passport-auth0 things seem to work fine until it comes to the callback route, the callback route is not triggered, in the browser when checking the console, errors below show:
message: "Timeout after calling success log."
description: "Should have closed the web view."
Steps to Reproduce
For this project I set up an auth0 regular web application, then I followed the passport-auth0 and fastify-passport docs to set up the provider, when I go to the auth0 route, I can sign in and in the console I see a success message with an authResult object, however after a while a white page is shown with console errors as shown in this issue description
Prerequisites
Fastify version
^3.18.1
Plugin version
No response
Node.js version
16.3.0
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
Ubuntu 20.04
Description
Using passport-auth0 things seem to work fine until it comes to the callback route, the callback route is not triggered, in the browser when checking the console, errors below show:
Steps to Reproduce
For this project I set up an auth0 regular web application, then I followed the passport-auth0 and fastify-passport docs to set up the provider, when I go to the auth0 route, I can sign in and in the console I see a success message with an
authResult
object, however after a while a white page is shown with console errors as shown in this issue descriptionExpected Behavior
I would expect to be redirected to the callback route
The text was updated successfully, but these errors were encountered: