SAML
I'm looking for a SAML typescript library for my Nuxt pages/worker app. I'm currently trying to use
samlify
but I'm getting a 500 error Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and generating random values are not allowed within global scope. To fix this error, perform this operation within a handler.
and I believe it's causing it.1 Reply
Is there a way to know what exactly is triggering that error?