flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

net::ERR_BLOCKED_BY_ORB.

Open SkilyFrance opened this issue 1 year ago • 4 comments

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 !

SkilyFrance avatar May 28 '24 13:05 SkilyFrance