There are a couple of places in the tutorial where we tell people to refresh their charm. For instance, https://documentation.ubuntu.com/ops/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/make-your-charm-configurable/#validate-your-charm.
If the app's state is 'awaiting error resolution', juju refresh won't work. juju remove-application also won't work. We should tell people to use juju remove-application --force in this situation.
There are a couple of places in the tutorial where we tell people to refresh their charm. For instance, https://documentation.ubuntu.com/ops/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/make-your-charm-configurable/#validate-your-charm.
If the app's state is 'awaiting error resolution',
juju refreshwon't work.juju remove-applicationalso won't work. We should tell people to usejuju remove-application --forcein this situation.