Calling Firebase auth login or logout with Flutter causes an assert "registry.containsKey(page) is not true" when using GoRouter shellroute?
I'm using a basic GoRouter with shellroute setup with a side navbar that is meant to remain consistent across pages. Both a login or logout call to Firebase will generate the assertion, but I don't understand why? Any pointers would…