Eric
Explore posts from serversI can not deploy a simple app
well, there is basically nothing here to help you—do you have code/code snippets? errors?
From this you posted here I can see that you use yatn to install the dependencies, but there is no build step listed. You might need to specify that you want to use yarn there as well
Other than that, I’m afraid you need to provide more context
3 replies
502 Bad Gateway without further logs
https://discord.com/channels/1234073262418563112/1234075018850205856/1305573515206066186
Nevermind … I thought setting the host in the env was enough, but it seems like it isn’t
2 replies
Solid Start Navigation
This seems to be related to this: https://discordapp.com/channels/722131463138705510/1223010243433332776
I'm currently trying to follow what has been discussed there
6 replies
Async TRPC query with ssr
Okay figured it out…
This is probably never going to happen, but if someone else ever has this issue: I had some diy checks if the user is signed in, as protectedProcedures somehow didnt work
Because of this, the route returned null at first and didnt refetch, as there was a "successful" return already
2 replies