Webview cannot access local assets in standalone bundle

I’m using Expo SDK 31 and React Native “sdk-31.0.0.tar.gz”. I have an HTML asset in my bundle that is supposed to be loaded into the app on startup so the HTML is ready to stick into a WebView when requested. It all works fine when running from “expo start” in both dev and prod modes, but when I export the bundle and pull it into the standalone binary, it cannot access the asset file and gives me an Access Denied error.

Hello @arlen22,
could you please send me some code samples so I can test it and debug?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.