Skip to content

sitefox/examples/nbb-auth Failed to deserialize user out of session #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jasalt opened this issue Feb 22, 2025 · 2 comments
Open

sitefox/examples/nbb-auth Failed to deserialize user out of session #45

jasalt opened this issue Feb 22, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@jasalt
Copy link

jasalt commented Feb 22, 2025

The shadow-cljs example sitefox/examples/authentication works, but nbb-auth example fails after accessing verification url:

Error: Failed to deserialize user out of session
    at pass (/home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/passport/lib/authenticator.js:359:19)
    at deserialized (/home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/passport/lib/authenticator.js:364:7)
    at file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_core.js:538:491
    at Q (file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_core.js:323:469)
    at file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_core.js:574:423
    at Q (file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_core.js:323:469)
    at file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_core.js:434:51
    at Object.resolve (file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_promesa.js:50:769)
    at aTa (file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_promesa.js:10:164)
    at file:///home/user/dev/fediviewerproxy/sitefox/examples/nbb-auth/node_modules/nbb/lib/nbb_promesa.js:48:113

nodejs v18.19.0

@chr15m
Copy link
Owner

chr15m commented Apr 16, 2025

Hm, I can't duplicate this. Is this still happening for you?

@chr15m chr15m added the bug Something isn't working label Apr 17, 2025
@chr15m
Copy link
Owner

chr15m commented Apr 17, 2025

Ok I've seen this when running npm run test-e2e now. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants