Luis Grau Martín Maldonado

Results 11 comments of Luis Grau Martín Maldonado

Hi @Jeremy-Walton , I am in the exact same situation. Did you find any solution or workaround to this?

@Jeremy-Walton I didn't know of that library. Thanks for answering and sharing it :). @tpaviot Thank you very much for the speed of the answer and the snippet!

Rebuilt the docker image and synced stripe models. It works @diegocastrum !

I confirm the same problem occurs to me. Glad to help any way I can :)

Sure! I want two things: 1. Protect the endpoints of the API that are for some privileged users. Say it is a SaaS with three tiers and there are five...

Note this example also suffers this bug: https://github.com/jonataslaw/getx/issues/3336

Oh and I based this example on the @jonataslaw [example:](https://github.com/jonataslaw/getx/blob/d5b843d7b0f231df6757ac65bd06553b04fcb81f/example_nav2/lib/app/modules/home/views/home_view.dart#L20)

Another thing, sorry, I tested it on the web, like this: `flutter run -d chrome`

I have found [this Django ticket](https://code.djangoproject.com/ticket/35672) where they mention that connections must be closed when not ran in django e.g. in other services like celery, etc. Could it be possible...