timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.31k stars 69 forks source link

tRPC not working ion Next.js app #137

Closed pmould closed 6 months ago

pmould commented 6 months ago

EDIT: This issue was a PEBKAC due to an issue with my chrome browser.

tRPC requests are not working when running the next.js app but are working on the expo app.

On web the trpc.hello.world.useQuery<string>('world') call is returning undefined on the 'Data Fetching' page and there are no TRPC request being logged in the browser network tab so it seems it may be a client-side issue.

Steps to reproduce:

johmsalas commented 5 months ago

I'm facing this issue, did you find a solution @pmould?