thefrontside / simulacrum

A simulation platform for use during testing, during development and for high-fidelity application previews
85 stars 14 forks source link

Server error when running multiple tests in parallel #232

Open andreroggeri opened 1 year ago

andreroggeri commented 1 year ago

I started using this library to mock Auth0, but I discovered that an error occurs when multiple parallel sessions occur.

The simulacrum is executed with this command: npx @simulacrum/auth0-simulator --standalone --username=the.user@gmail --password=password

The browser stops on this URL: https://localhost:4400/login/callback (With this content: server error)

Is there a workaround for this?

dagda1 commented 1 year ago

@andreroggeri thank you for reporting this. Would it be possible to produce a reproduction repo to better investigate this?

cowboyd commented 1 year ago

@dagda1 was this resolved?

dagda1 commented 1 year ago

@cowboyd my bad, I pressed close by mistake