Hi,
I was just adding new actions to buttons on existing pages, and also changing some around. I can click through using Preview App
mode, but when try it in Test Mode
, nothing happens.
I thought at first that maybe something was set incorrectly in FlutterFlow, but everything seems to be set correctly.
These buttons were working before, and they were navigating to the pages I had set.
Opening up the Developer Tools in Chrome, and looking at the console, I noticed this exception is being thrown
โโโก EXCEPTION CAUGHT BY FOUNDATION LIBRARY โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโ
dart_sdk.js:40220 The following assertion was thrown while dispatching notifications for GoRouteInformationProvider:
dart_sdk.js:40220 Assertion failed: file:///opt/.pub-cache/hosted/pub.dev/go_router-12.1.3/lib/src/match.dart:51:14
dart_sdk.js:40220 !route.path.contains('//')
dart_sdk.js:40220 is not true
Not sure where to go from here.