boxyhq / jackson-examples

Collection of SAML Jackson example apps that show how to integrate Enterprise SSO and Directory Sync with JavaScript-based web and authentication frameworks.
https://boxyhq.com/docs/jackson/examples
18 stars 5 forks source link

'MODULE_NOT_FOUND' - Jackson Examples Next-Auth-Embedded #1056

Open RodrigoRA03 opened 5 months ago

RodrigoRA03 commented 5 months ago

When trying to test the next-auth-embedded example and log in with SAML SSO, the following error occurs:

authorize error: Error: Cannot find module 'file:///C:/Users/Rodrigo/Documents/jackson-examples/apps/next-auth-embedded/pre-loaded/mocksaml.js' at C:\Users\RodrigoRA\Documents\jackson-examples\node_modules\@boxyhq\saml-jackson\dist\loadConnection.js:52:105 { code: 'MODULE_NOT_FOUND', requireStack: [ 'C:\Users\RodrigoRA\Documents\jackson-examples\node_modules\@boxyhq\saml-jackson\dist\loadConnection.js', 'C:\Users\RodrigoRA\Documents\jackson-examples\node_modules\@boxyhq\saml-jackson\dist\index.js' ] }