Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Oaphi
left a comment
There was a problem hiding this comment.
You cannot call create unless the parent is saved
Unfortunately, send_welcome_tour_message causes this error as it was supposed to be an after_create callback. The same problem is likely to apply to the ensure_websites callback
|
Where are you seeing that? I haven't hit that error anywhere |
Any attempt to manually (via the UI) sign up a user with the PR checked out - do you not get this error, @ArtOfCode-? |
|
Nope, no error in manual testing or the automated tests |
Nevermind, I think I know what's going on: there were validation errors that prevented the user from being saved. |
Adds a configurable rate limit for how quickly accounts can be created from the same IP. Related to the ongoing email issues.