Laurens Lavaert
Explore posts from serversStop initial refetch when prefetched with SSG helpers
Anyone else struggling with this, I want to maintain refetching when the tab is refocused but don't want to "double" fetch on the initial page render.
const helpers = createProxySSGHelpers({
router: appRouter,
});
helpers.something.something.prefetch({})
Results into double queries when doing api.something.something.useQuery({}) afterwards in your frontend
2 replies
Horizontal scaling settings through API
Just wondering prior to upgrading to team license if this is also possible to update through API's
https://docs.railway.app/develop/services#horizontal-scaling-with-replicas
6 replies