Problemunvalidated
you're currently returning a full redirect response object — the `redirectTo()` method on your `RegisterController`. Tension: the `redirectTo()` method on your `RegisterController` is expected to return a string of the path in which to redirect. Outcome: Update this method to return the path to which you'd like to redirect.
88719c12-91d3-40fd-a2a9-75f591daf5fc
you're currently returning a full redirect response object — the redirectTo() method on your RegisterController. Tension: the redirectTo() method on your RegisterController is expected to return a string of the path in which to redirect. Outcome: Update this method to return the path to which you'd like to redirect.