Dear Friends:
Did I use Hello Friends last time? I can’t remember. I’ll use Dear Friends this time.
I notice that:
https://anvil.example.com/#?x=[yyyy] # Note: I'm still using the Dev Anvil URL.
provides the correct URL-Hash dict keys, as shown next, when logging in via Google 3rd-Party:
dict_keys(['y'])
However, that doesn’t appear to be the case when logging into the same URL via Magic-Link, because the behavior of the application (which is query-string aware) isn’t what I expect on start-up. Now, I can’t tell why exactly since, with Magic Link, you close your Browser Tab and lose your link with the App console.
- Any ideas? Maybe it’s something simple. One can always hope. Failing that …
- print() statements don’t (I don’t think) appear in Anvil logs. How to do that? (Python’s logger?). Is there a logging snippet anyone has? If yes, maybe I’ll be able to capture what dict_keys({…}) is when the application is logged into via Magic Link.
Thank you!