I keep getting this error:
get_success_url() missing 1 required positional argument: ‘user’
when trying to implement the new registration flow that involves the user creating their “thing” after signing up. I checked the method in my class ‘MyRegistrationView’, and the user argument is there. I tried rearranging the arguments (self, request, user) and the last argument is always overlooked, and an error is thrown saying that that argument is missing.
I cannot find anything online about this issue, so I figured it was best to reach out directly.
Thank you for any help you can offer, and kudos on the great book.