Nick Braica

Results 3 comments of 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: ![AwesomeScreenshot-prismic-io-CFS-Website-2019-07-17-15-07-37](https://user-images.githubusercontent.com/3286676/61415270-119bbc80-a8a5-11e9-8768-9fe26c016073.png) 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" ] } ```...