I was just able to resolve my issues. I am not entirely sure the issue because there were no logs, but I removed a “loglevel” argument that I was passing to rx.App()
(upgrading the cli version alerted me to this) and I had env=rx.Env.DEV
that I was passing to rx.Config()
. I also confirmed my database string was being passed properly. It’s not clear which resolved the issue, but wanted to share here if others come across a similar problem.