You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I then re-open the app sometime laster, not immediately, but maybe 20 mins later, presumably iOS has put the app in some hibernate state. Then I re-open the app, the view opens and the foreground action gets called:
This one was weird and took a while to reproduce. I have an app with a search tab. The search is executed and pust transitioned to the results:
the url that the server sees is (for example)
method=GET path="/kmap_do_search?q=claire%20fontaine"
I then re-open the app sometime laster, not immediately, but maybe 20 mins later, presumably iOS has put the app in some hibernate state. Then I re-open the app, the view opens and the foreground action gets called:
What I see in the server logs now is
method=GET path="/kmap_do_search?q=claire%252520fontaine"
Notice the double encoding.
The text was updated successfully, but these errors were encountered: