Darren Sisson

Results 119 comments of Darren Sisson

@bizrockman click settings on realtime and on console

@bizrockman it needs to be unticked

@Shadowfita caddy proxy i believe has just been fixed, so it should work now in 372?

storage is returning an invalid location header request sent to ```https://supabase.domain.com/storage/v1/upload/resumable``` response contains Location header of ```http://supabase.domain.com:8000/upload/resumable/............``` this is then set in local storage where uploads are then tried to...

I want to clarify: This works fine if you call the storage container directly, however if your containers are behind a proxy (like kong, or even a double proxy, then...

if you add the following to kong section: ```yaml - 'KONG_PORT_MAPS=443:8000' ``` as well as the following to the storage section: ```yaml REQUEST_ALLOW_X_FORWARDED_PATH: "true" ``` it all works without the...

@phatdinhvn for ```Forwarded: proto=https``` you can instead set ```NODE_ENV=production``` in storage section of compose it will do the same thing

A lot of the time I see this they have a volume mount, which overwrites what gets built in the container So first question does yours have a volume mount?

@sdezza did u have a volume mount like .:./app ?

@sdezza you cant have this ```yaml .:/usr/src/app ``` it just overwrites whats built