So just a thing we found out while working with Retool mobile in offline
When i enable a write for a javascript query ,it is executing in offline mode itself
Ok no problem if it does so. but im triggering a s3 resource query inside js script,since i enabled 'write' for that resource query, it goes pending mode.
And im passing additional scopes from js script for that trigger. I noticed when i come back online, the additonal scope values are not present for the s3 resource query to resume or start uplaoding therefore fails.