Nick Braica
Nick Braica
I'm having this issue as well. Within my Prismic project, I've set up a permanent access token with access to master+releases:  This is working fine when spinning up the...
I'm also seeing a similar issue where I'm getting the same `TypeError: Cannot read properties of undefined (reading 'undefined')` error as @martinkosmela upon trying to use the back button to...
I'm having the same issue. I've added the `"level"` configuration to my `.pa11yci` file: ``` { "defaults": { "timeout": 5000, "level": "none" }, "urls": [ "http://localhost:5000", "http://localhost:5000/button.html" ] } ```...