Why am I getting a ChromeProxyService error with Flutter Web and Chrome

861 Views Asked by At

I'm using Flutter version 3.3.8 and Google Chrome version 107.0.5304.110.

I send an http request, and this is the error that I get:

ChromeProxyService: Failed to evaluate expression 'xhr': InternalError: Expression evaluation in async frames is not supported. No frame with index 30..

1

There are 1 best solutions below

1
On

The route to which you send the request may be of type post and you send the request with get or vice versa