chbert

Results 7 comments of chbert
trafficstars

@beebase That's how I implemented (not sure if this is the best approach, though): ``` const wsLink = new WebSocketLink({ uri: WS_GRAPHQL_ENDPOINT, options: { lazy: true, reconnect: true, connectionParams: async...

Experienced the same issues for a while now as well.

I received the email "You're invited to use the OpenAI GPT-4 API!", but also get the 404.

@vnphanquang thanks for the prompt reply! I tested it, but still have the same result. I will try to put together a REPL to reproduce it more easily. Make take...

@j4w8n I'm using "@supabase/supabase-js": "^2.42.5", which should have @supabase/[email protected] afaik. But I still get the logs.

> > @j4w8n I'm using "@supabase/supabase-js": "^2.42.5", which should have @supabase/[email protected] afaik. But I still get the logs. > > That should be the warning about the user object, correct?...

Same here, my workaround is running these commands in sql client: drop extension "basejump-basejump_core" CASCADE; drop extension "supabase-dbdev" CASCADE;