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
If you try out example.html from this repo, you will see this in the console:
"now we can use the ludbud object to access the user's data""C.reate:"null ""6awcABZr8n1xh3xtvMcFsS""
Cross-OriginRequestBlocked: TheSameOriginPolicydisallowsreadingtheremoteresourceathttps://storage.5apps.com/michiel2/ludbud/test.txt.ThiscanbefixedbymovingtheresourcetothesamedomainorenablingCORS."R.ead info:""ERR_TIMEOUT"undefined"R.ead folder /ludbud/:"nullObject{test.txt: Object}"R.ead body (ArrayBuffer)"nullArrayBuffer{byteLength: 4}"R.ead body (as utf-8)""asdf""U.pdate:"null ""8wN2OFSIgx0g8MxKwbMql""
"D.elete:"null
Ludbud cannot display this as Ludbud.ERR_SERVER_ERROR, because of 5apps/liquor-cabinet#47 so from inside its sandbox, it thinks it's a timeout and gives you Ludbud.ERR_TIMEOUT instead (even though the developer can see the full info using the console).
The text was updated successfully, but these errors were encountered:
If you try out example.html from this repo, you will see this in the console:
The HEAD request to https://storage.5apps.com/michiel2/ludbud/test.txt fails (even though the GET request to the same document is successful). We know this is a problem on the 5apps side, because the http response code is 500 (probably a variation 5apps/liquor-cabinet#48).
Ludbud cannot display this as Ludbud.ERR_SERVER_ERROR, because of 5apps/liquor-cabinet#47 so from inside its sandbox, it thinks it's a timeout and gives you Ludbud.ERR_TIMEOUT instead (even though the developer can see the full info using the console).
The text was updated successfully, but these errors were encountered: