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
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.
The text was updated successfully, but these errors were encountered:
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!
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
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.
The text was updated successfully, but these errors were encountered: