Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running a test blocks the server response #295

Open
josebolos opened this issue Dec 1, 2021 · 3 comments
Open

Running a test blocks the server response #295

josebolos opened this issue Dec 1, 2021 · 3 comments

Comments

@josebolos
Copy link
Member

It looks like clicking on the "Run pa11y" button for a test completely blocks the backend while the test is being run.

This means that no response is sent to the browser until the test is completed which, it the test takes a while to run, may make the user think that the site is broken.

We should decouple this so the test fully runs in the background without affecting the server response.

@Swapnil-Titar
Copy link

I do have faced same issue with node js version 16, anyone tried any resolution on it ?

@sangitamane
Copy link
Member

Any version of Node MongoDB driver is still not compatible with Node >14 as per their official documentation .
Though the original issue which @josebolos has reported might be different!

@Swapnil-Titar
Copy link

Dear Team, I tied with lowering the version of node js to 12. it is successful now..!! Install Pa11y now with latest version -----
pa11y-dashboard>pa11y -n

pa11y: 6.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants