-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLIDPOD: After initialising a POD the app does not redirect to the home page #149
Comments
How to reproduce this? Something's gone haywire - I delete my keypod folder on the server and I go to initialise pod page in the app and submit and it stays with the same initialise pod page. It used to work just fine. We really need to do testing better to avoid regressions. |
I did see this while working on #117, the workaround I used was to run the |
A temporary fix is implemented in |
Navigator.push:
Navigator.pushReplacement:
When to Use EachUse Navigator.push when:
Use Navigator.pushReplacement when:
|
This might be related to anusii/keypod#72
The text was updated successfully, but these errors were encountered: