Tyler Sustare
Tyler Sustare
This same thing is happening to me. This little app https://github.com/TylerSustare/dinner/tree/react-rails-does-not-run-in-prod-mode only has one view and this happens with `rails s -e production`  logs ``` $ rails s -e...
When I tried running `pod install` I was met with this ``` Analyzing dependencies [!] Unable to find a target named `Runner` in project `Runner.xcodeproj`, did find ``. ```
👋 Hi @soedirgo have you been able to reproduce the issue? I can try to duplicate this it in a small react site instead of an expo RN app if...
@soedirgo Thank you for looking into this! I'll set up a small react repo with a tiny Nest server so it's even easier and put it in here when I'm...
@soedirgo Here is the simpler version with just a **vite** react setup and the minimal server code. Let me know if you have any issues 🤝 https://github.com/TylerSustare/supabase-local-auth/
Oh my goodness, it is working fine in a web app 🤔 🤯 I'll try one more time to add an `app` folder to the repo https://github.com/TylerSustare/supabase-local-auth/ in order to...
So I added the `/app` folder to the top level and I have no idea why but the local supabase auth seems to be working swimmingly. I can't help but...
I'm not sure if this still needs to be addressed. There is a work around but I'm not sure if I'm any wiser about why 😅 @soedirgo feel free to...
I really appreaciated @bscott's work to get Litestream and PocketBase working. But I wanted to use PocketBase as a Go framework with a Litestream replicated DB. I created this repo...
@benallfree thats a good point. I only didn't have persistent volumes because I thought I would always want to be restoring from the backup. That being said, I'm not against...