Replies: 2 comments
-
I was a configuration issue. Solved by reviewing everything in the first place (based on vercel/next.js#33892) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In short:
I am starting to use relay-next.js on a project but not all pages use
withRelay
call.When it's not used, I am having all kind of issues related to the environnement not being setup etc.
But on the pages where withRelay is not used, obviously nothing is properly setup. But I guess changes made (following the docs) on
_app
and_document
expect some data that are not here and thus create weird situation likeAm I missing something to properly setup app/document to be able to gradually use
withRelay
?Ref zth/rescript-relay#354
Beta Was this translation helpful? Give feedback.
All reactions