Chevdor
Chevdor
Saem here on the latest Testflight version. iPhone 7. The App crashes as soon as the pin is entered.
After all, my issue is probably not related and due to an update of the TF version over an old TF version.
I am confused about this line: https://github.com/supabase/postgres/blob/develop/Dockerfile-15#L229
``` docker run --rm -it \ -e PGDATA=/data \ -e POSTGRES_PASSWORD=password \ supabase/postgres:17.4.1.036 ``` => FAIL ``` docker run --rm -it \ -e PGDATA=/data \ -e POSTGRES_PASSWORD=password \ supabase/postgres:17.4.1.036 postgres...
The issue I see is that if a user provides `PGDATA=/foo/bar` it is not expected that postgres uses `/etc/postgresql` as datadir and I did not spot the reason why it...
I ran into the issue as well and I can confirm, I got a new dongle and the driver that I had to use on MacOS is: ` CH9102/CH343 device...
For now, the only (ugly) workaround I found (at least it works) is: So it starts `wvkbd-mobintl`, if that was the first start, it kills it and starts it again....
I am running Raspbian on a RPi4. I installed from `apt`. I no longer have the machine in front of me, I will try to get you the exact versions...
I have solved the problem using `.load_balancer_mode(true)`, the issues actually were that: - it was not very documented and it took some digging into the code to find this `.load_balancer_mode(true)`...
The reason why we release only X86 binaries is that validators usually don't run nodes on anything else than Linux servers. That being said, many devs are using Intel Mac...