Vaibhav Tripathi
Vaibhav Tripathi
> Thanks for checking. Our current recommendation is to always use schema qualified references in your migration file. For eg. > > ```sql > CREATE TABLE test (path extensions.ltree NOT...
> > improve the error message when an extension type isnβt found > > optionally add a CLI hint suggesting extensions.ltree > > Do you plan to do this by...
@sweatybridge whenever you have a moment, a quick review would be appreciated. π
@sweatybridge All requested changes have been applied. Ready for rereview.
@sweatybridge Please review, when available!
> Deploying static files in non-docker mode is supported. Can you reproduce the issue and verify? Thanks for the review @sweatybridge !! retested with the correct paths: - Without `--use-docker`:...
hi @tonxxd thanks for reporting this! looked into this. when docker isn't running, the cli falls back to native bundler which requires edge runtime installed locally for static file bundling....
PostgreSQL container fails with "99-roles.sql: No such file or directory" error causing restart loop
hi @arend-vanderveen thanks for reporting π 99-roles.sql isn't a part of the cli, i believe this is a stale `docker` volume from a previous setup. try removing all supabase `docker`...
Hi @ProjectINT Thanks for reporting this! i do confirm i was able to reproduce this on my end. ill create a pr shortly.
Hi @SumitKumar-17 Thanks for your interest in tackling this! π Am already about halfway through a fix.