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've an issue with GoogleMaps and Bagel, in particular the map tiles don't load and the request to Google returns 400 (bad request).
I've debugged the Bagel pod and see that if I comment out the swizzling of the resume method it works fine.
It seems the the original network method isn't called with the right parameters, the body request isn't propagated.
The request with the uncomment swizzled resume (400m bad request) is:
And the request with the commented swizzled method (200 ok) is:
The text was updated successfully, but these errors were encountered:
@davidhorvath I need more time to inspect this. If there is no issue about the date/time when it's commented out, then we may fix this by removing swizzleSessionTaskResume. @davidhorvath
Hi,
I've an issue with GoogleMaps and Bagel, in particular the map tiles don't load and the request to Google returns 400 (bad request).
I've debugged the Bagel pod and see that if I comment out the swizzling of the resume method it works fine.
It seems the the original network method isn't called with the right parameters, the body request isn't propagated.
The request with the uncomment swizzled resume (400m bad request) is:
And the request with the commented swizzled method (200 ok) is:
The text was updated successfully, but these errors were encountered: