[Answered ]-Dj-rest-auth verification email give me wrong url

1👍

Make sure you have proper site app entries for prod environment. dj-rest-auth uses this to generate the absolute url in your emails (via django-allauth).

code ref:
https://github.com/pennersr/django-allauth/blob/df41f2866a66b792a0e27611250cfd500fa956e2/allauth/utils.py#L252

Leave a comment