You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/01 14:30:54 UTC

[GitHub] [cordova-plugin-file] breautek commented on issue #427: sandbox Issue - WebPageProxy::Ignoring request to load this main resource because it is outside the sandbox

breautek commented on issue #427:
URL: https://github.com/apache/cordova-plugin-file/issues/427#issuecomment-702176055


   As the error states, something is thinking you're attempting to load an HTML document outside of your application bundle, which the webview doesn't allow. Can you share a [minimal reproduction app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) that demonstrates this issue?
   
   Also the `applicationStorageDirectory` is a read-only directory, so you can't write to this directory. There are writable sub-directories for this. See the [docs](https://github.com/apache/cordova-plugin-file#ios-file-system-layout)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org