Sprocketer
Sprocketer
Extra info: when pinging the forwarded port 8000 (for the backend) at `127.0.0.1:8000/ping`, you do get the response `pong` back
@Lendemor @masenf @ElijahAhianyo Sorry for the tag but you're the top contributors to the repo and I think this is quite crucial to fix before 1.0 as GitHub Codespaces is...
I'm gonna take a look at this - gimme a bit
@masenf What I found is that I just had to set the port 8000 to public (in port forwarding), and then it works - I don't even have to access...
@masenf done further testing - it's definitely the fact that you have to manually set the port forwarding for the backend port (8000 by default) to public - there should...
@masenf looks cool! How do I build/use this from the files in the draft pr - never done that before
@masenf Super, thanks for that 🎉 - Just an idea: maybe Reflex somehow automates a request to the authentication URL, or redirects to it and then back to the original...
Sounds good - popup blockers can always be disabled for certain conditions so I wouldn't make that the top critera for which implementation to choose - whichever you think works...
> thanks for the feedback, i seem to have a "no touch" mechanism for handling this now. will require some clean up and testing, not sure when it can actually...
> @benedikt-bartscher Yes we either want to upgrade to Pydantic v2.0 for the performance and compatibility benefits > > In the long-term we can potentially remove the Pydantic dependency altogether...