bytersproblem
bytersproblem
Shoud I still continue with the dev docker-compose and forward the ports to virtual locations in nginx?
Thanks. I followed #622, made a `docker-compose.yml`, `.env` and brought up containers as usual. Some containers report errors. I thing that the main error is in the `appflowy-cloud-appflowy_cloud-1`. It reports...
I cheked the previous contitions of the error. It seems that the database info is obtained from the `.env`. I think that the main problem is that `sqlx` is not...
I see. I am checking the gotrue container for errors it shows this ``` goroutine 1 [running]: net/url.(*URL).Query(0xc00004c00d?) /usr/local/go/src/net/url/url.go:1159 +0xe github.com/supabase/gotrue/cmd.migrate(0xc00040fb80?, {0x0?, 0x0?, 0x0?}) /go/src/supabase/gotrue/cmd/migrate_cmd.go:55 +0x227 github.com/supabase/gotrue/cmd.init.func3(0x19e8e00, {0x1a26ae0?, 0x4?, 0x10b8b3b?})...
I tried to set th `FQDN` env variable as my local IP. Since I installed traefic on that maching, my plan is to host the trafic on local address only,...