InternationallyRanked
SolidStart clientside routing issue
Oh, I just figured out another piece of the puzzle. If I comment out my
getClient()
tRPC code and I just use it without establishing a socket anywhere then the routing works fine. Is this potentially broken? Or some kind of limitation?8 replies
SolidStart clientside routing issue
That was actually my first instinct, to wrap it like this:
But it didn't work either which is why I modeled it after the auth-unstorage project with
(root).tsx
The way I did. I actually had this commented out in there just to show I had already tried it.
I think I've somehow broken the clientside router and I cant figure out what's causing it.8 replies