Hey, we're trying to upgrade from 0.5.4-alpha.1 to 0.6.3-alpha.1 and the recovery flow is failing with an error: "could not find a strategy to recover your account with"
we ran the migrate command and as far as we can tell, and the config is up-to-date (attached)
Has anyone else seen this error on the latest version? Is there something else that we need to change?
solved the problem was with the
<input name="method" type="submit">
- we needed to set the right
value
attribute (in this case, "link")