Bobbie Soedirgo

Results 233 comments of Bobbie Soedirgo

You might need Docker on WSL to run it on Windows since we don't have `windows/amd64` images.

Thanks for the report! Running in Docker isn't supported atm, but if it can work w/o too much hassle I have no problem with that.

Hey, thanks! Will try to repro with the linked repo 👍

Hey Tyler, sorry this took a while! I was able to reproduce the issue. I'm seeing these from the auth logs: ``` time="2021-11-09T15:19:23Z" level=info msg="request started" component=api method=GET path=/user referer=...

Some updates: - seems like this affects the [self host](https://supabase.io/docs/guides/hosting/docker) setup too - it has the same issue when I tried setting it up with this - it works fine...

I tried the repo and it seems to work fine: https://user-images.githubusercontent.com/31685197/143463210-21829137-04aa-4fa0-ad54-cf367d9434e2.mov This is on the browser though, so doesn't rule out the possibility of mobile-specific issues.

Could be the same issue as https://github.com/supabase/cli/issues/116 - I've updated the CLI to validate the URL passed to `db remote set` in v0.15.12.

I haven't been able to replicate this, but I think it might be what Damian linked above (some logging in the schema diff). I'm currently working on other open issues,...

Closing this for staleness - there's been a lot of change since this issue was raised, so if anyone's still bumping into this, please create a new issue.

I think this is similar to https://github.com/supabase/cli/issues/61. The problem with including `CREATE EXTENSION` in a migration is you won't be able to push the migration to the remote db, since...