Simon Vreman

Results 4 comments of Simon Vreman

This is also present for me, it appears that every request using variables fails. Using dependencies: ```json { "payload": "3.0.0-beta.60", "next": "15.0.0-canary.64", "graphql": "^16.9.0" } ``` Setting resolutions/overrides does not...

@reiv Apologies for the late reply. Just turning off turbopack resolved the issue. Your error is one I've seen in other cases too, I think it pops up on other...

Oh wow! I thought this would be specific enough that there wouldn't be a PR yet... So I also made one, whoops. I did include a fix for the new...

The `#nprogress` container div is causing this issue. See the following comment https://github.com/rstacruz/nprogress/issues/56#issuecomment-41505532 E.g. add to your css file: ```css #nprogress { position: relative; z-index: 10000; } ```