Philipp Steinrötter
Philipp Steinrötter
@begleysm I followed your great instructions but it stucks a ``` ----------------------------------- ------- BotLib Initialization ------- loaded weapons.c loaded items.c loaded syn.c loaded rnd.c loaded match.c loaded rchat.c ------------ Map...
@timdonovanuk Where did you deploy? And what does the log say? I have had several issues when trying to deploy to GCP Compute Engine due to a lack of knowledge...
@kgruszka could you please share the terraform script?
@Hologos this does not work for me. Still stuck at sending heartbeat to server
Hi, do you have any other idea why it stucks there?
Do you need any support here? :)
I have made an attempt here https://github.com/vercel/swr/pull/1940 but a few tests are failing.
I would argue that ` JSON.stringify(c.from('table').select('*'))` is not stable enough to be used as a hash because it returns everything, including the tokens and realtime connection options. ```json {"shouldThrowOnError":false,"url":"https://localhost/rest/v1/table?select=*","headers":{"X-Client-Info":"supabase-js/1.33.3","apikey":"131","Authorization":"Bearer 131"},"schema":"public","_subscription":null,"_realtime":{"accessToken":null,"channels":[],"endPoint":"wss://localhost/realtime/v1/websocket","headers":{"X-Client-Info":"supabase-js/1.33.3"},"params":{"apikey":"131"},"timeout":10000,"heartbeatIntervalMs":30000,"longpollerTimeout":20000,"pendingHeartbeatRef":null,"ref":0,"conn":null,"sendBuffer":[],"serializer":{"HEADER_LENGTH":1},"stateChangeCallbacks":{"open":[],"close":[],"error":[],"message":[]},"reconnectTimer":{"tries":0}},"_headers":{"X-Client-Info":"supabase-js/1.33.3","apikey":"131","Authorization":"Bearer...
I did a quick test and it seems to work... I cannot believe that we did not see that before. Thanks @promer94!! ```ts import useSWR, { BareFetcher, Key, Middleware, SWRConfiguration,...