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
The text was updated successfully, but these errors were encountered:
RodrigoRA03
changed the title
'MODULE_NOT_FOUND' - Jackson Examples Next-AuthEmbedded
'MODULE_NOT_FOUND' - Jackson Examples Next-Auth-Embedded
May 14, 2024
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'
]
}
The text was updated successfully, but these errors were encountered: