https://supertokens.com/ logo
r

rp

04/05/2022, 4:52 PM
Hey @User did you fix the issue?
y

yyogeshwar

04/05/2022, 5:18 PM
not able to fix it
r

rp

04/05/2022, 5:20 PM
Alright! Can you install the node SDK in your code from branch 9.1 of the GitHub repo?
Supertokens-node repo, branch 9.1
actually, we just released a new version of the node SDK which has debug logging feature. So can you install the version
9.1.2
and then run your app like:
Copy code
DEBUG=com.supertokens node index.js
And then show me the output of the console on startup. Then query the JWKs endpoint via your browser and show me the output on the console after that.
@User please do try the above as well. It will help us debug why the jwks endpoint is not working
y

yyogeshwar

04/05/2022, 5:47 PM
yipp sure
just let me finish the flow
r

rp

04/05/2022, 5:48 PM
It's actually a little late here (11 pm), so if you could do this and sort out the JWKs endpoint thing first, I would appreciate it.
y

yyogeshwar

04/05/2022, 5:49 PM
lets do it tomorrow then , i am also from India 😃
r

rp

04/05/2022, 5:49 PM
haha fair enough
y

yyogeshwar

04/05/2022, 5:49 PM
thanks for your quick responses
r

rp

04/05/2022, 5:50 PM
feel free to message though. In case im available, i'll reply
y

yyogeshwar

04/05/2022, 5:50 PM
i have a feeling that this issue is due to some fastify mismatch config
will let you know
r

rp

04/05/2022, 5:50 PM
yea it probably is. We can find out via the output logs
y

yyogeshwar

04/05/2022, 5:51 PM
does is work for express properly ?
r

rp

04/05/2022, 5:51 PM
yes
we also have a lot of poeple using it for fastify. So it works there too
probably some config error somewhere.
y

yyogeshwar

04/05/2022, 5:51 PM
yipp
output on console on startup
r

rp

04/05/2022, 6:11 PM
Thanks. And the output when you call the jwks endpoint via the browser?
y

yyogeshwar

04/05/2022, 6:13 PM
working for this version
r

rp

04/05/2022, 6:13 PM
Huh.. so strange. There is no change in this version related to routing or this part of the code.
y

yyogeshwar

04/05/2022, 6:14 PM
let me check on older version
it seems to be working now
weird though
r

rp

04/05/2022, 6:20 PM
Yea. Weird.
2 Views