A few days ago i’m starting to receive this error from auth0 on my application callback
Cannot find module 'jsonwebtoken@7.1.9' Require stack: - /data/io/node18/b122d576-3719-4ba5-b98e-f3c7dea8f8a5/webtask.js
Is there anyone has same issue?
A few days ago i’m starting to receive this error from auth0 on my application callback
Cannot find module 'jsonwebtoken@7.1.9' Require stack: - /data/io/node18/b122d576-3719-4ba5-b98e-f3c7dea8f8a5/webtask.js
Is there anyone has same issue?
Hi @moroz97andrze,
Welcome to the Auth0 Community and thank you for posting your question.
"Cannot find module ‘jsonwebtoken@7.1.9’ means that the jsonwebtoken@7.1.9 dependency is either missing or not configured in your current environment. This most likely occurs due to changes made within your application.
Here are some steps that you could try in order to fix this issue:
I hope this helped!
Best regards,
Remus
Thanks @remus.ivan
It comes from auth0 to my authorization callback url as error. Where should I install this package?
Thank you for your reply !
Usually this package has to be installed server side within your application using the terminal.
The only other place that you might have to also check are any custom actions that are currently bound within a trigger in your Auth0 Dashboard and make sure that you have the required dependencies.
Thanks,
Remus
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.