Hello there !
I have error when make auto update for my game with query param on url.
This is for my update check
and then i use url like this to open the game : 'https://url.com/sub/game/?room=777'.
When auto update is running (OnUpdateFound), on console show error like this
After that error, 'OnUpdateReady' is not trigger so my game is stuck.
So is it possible to use url link like that ?