Aditya Dhawan
Aditya Dhawan
> When opening the storage page in supabase studio, it will try to fetch the buckets. The issue is that its trying to fetch the buckets from the wrong URL:...
> I think we had the same issue with the API docs, and that's when we added the `PUBLIC_REST_URL` variable: > > https://github.com/supabase/supabase/blob/5b16471c7a84f17957c0f959353048aac8b30faa/docker/.env.example#L74 > > I think that the most...
Created a PR for it https://github.com/supabase/supabase/pull/8623
> this issue yes, I was having this error too, it seems like a macOS only error I assume you are running it on macos+docker too?
> > > this issue > > > > > > yes, I was having this error too, it seems like a macOS only error > > I assume you...
Add this function in message.py def spam(self): flag = '\\Seen' imap.uid('COPY', self.uid, '[Gmail]/Spam') self.gmail.imap.uid('STORE', self.uid , '+FLAGS', '(\Deleted)') if flag not in self.flags: self.flags.append(flag)
Having the same issue, websocket connection fails on my self hosted supabase
Same problem, I am on version [v4.0.0-beta.311](https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.311)