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

1

7

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..

Eurythmic answered 23/11, 2022 at 4:33 Comment(0)
C
0

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

Corelative answered 8/2, 2023 at 6:44 Comment(1)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Invalidity

© 2022 - 2024 — McMap. All rights reserved.