flutter_inappwebview
flutter_inappwebview copied to clipboard
net::ERR_BLOCKED_BY_ORB.
Hello Team, First of all, thanks for this amazing package.
I'm using this package to display a part of our website that requires logging in. Authentication is via cookie injection.
Everything works perfectly on our AWS server, but it gives an error on our OVH server. The webview settings are exactly the same.
We've gone through all the Stack overflow and Github articles, but nothing helps.
The WebApp loads and then drops with the error net::ERR_BLOCKED_BY_ORB.
What do you think?
Flutter SDK: 3.19.5 flutter_inappwebview: ^6.0.0 Device : All devices
Thanks for your help !