#loading.tsx weird behaviour

23 messages · Page 1 of 1 (latest)

stuck vapor
bleak portalBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

stuck vapor
#

bumping this

full starBOT
turbid elbow
#

what

turbid elbow
#

nd thats weird, yeah

#

do you have another <Suspense > layer inside your page.tsx?

stuck vapor
stuck vapor
#

Dev is perfectly fine

#

And nah I don’t have another suspense layer in the page

turbid elbow
#

thats odd honestly

stuck vapor
#

yea

#

im using trpc, so it uses that to fetch data from the backend

#

i also saw this similar issue on github:

turbid elbow
#

interesting

stuck vapor
#

which is almost EXACTLY my problem, except i dont have generateMetadata in that page

#

im starting to think that next isnt picking up the trpc calls as an async function

#

because it seems like a problem only when something that it doesnt recognize is taking a while to load

stuck vapor
#

Downgraded to v14.2.0. Works fine now

#

🤔