-
Notifications
You must be signed in to change notification settings - Fork 83
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
How to remove-desk-page? Because everything is broken #48
Comments
Probably directly removing doppio made it worse. A rebuild should have fixed it. |
|
bench remove-app is the right way to uninstall an app. In your PR description, you seem to have run |
These are the same:
|
Oh my bad, I just read the rm part 😅 In that case, doppio app itself doesn't hold anything other than the commands that setup SPAs or Pages. The app you configured them on (while running the command) has the generated code/boilerplate. |
Try to run:
App name is the app you setup the desk page in and see if it has any errors. That will be root cause most probably. |
bench --site <site-name> add-desk-page --app <app-name>
now my backend is broken:
On the server (VSCode dev containers), it's 304:
bench rm doppio
didn't fix itHow to
bench --site <site-name> remove-desk-page
?Is there a function?
Thank you
The text was updated successfully, but these errors were encountered: