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

Joel Castro
  • 485
  • 6
  • 20

1 Answers1

0

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

  • 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](/help/how-to-answer). – Mario Mateaș Feb 15 '23 at 04:23