Chuender
Chuender
My issue is after permanently denying the permission I don't see the toggle in iOS Settings > my app.
I still encountered this issue yesterday where I got [(401, That account does not allow calendars to be added or removed., null, null)] after granting full access to calendars and...
@Jordan-Nelson Thanks for pushing this forward
Hi @Jordan-Nelson , Thanks for the quick reply and workaround recommendations. Popping routeC didn't do it for me but pushReplacementNamed did. Awesome, thank you! Stephen
I originally had the following which got the errors: `signOff(); Navigator.pushNamedAndRemoveUntil(context, 'onboarding', (Route route) => false);` and recently changed it to which seemed to got rid of the errors: `Navigator.pushNamedAndRemoveUntil(context,...
Sorry, just got this error message again today for some reason, after it working during testing done over multiple days