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
Sharing my solution here on Discussions for anyone learning GQTY and encountering similar problems. I really think this project has a huge potential. Keep up the great work!!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using the NextJS 13 Page Router (Not App Router)
"next": "^13.4.8",
.I tried using useTransaction on that project and it didn't work at all. Basically what happens I open the page that uses it, doesn't load at all.
I assume this is because the query is also being ran server-side? I might be wrong but let me know...
But following on that assumption, I only added a
skip
property on the Transaction Query and it worked. So it might actually be the issue?Here's the code:
Beta Was this translation helpful? Give feedback.
All reactions