CSRF cookie not set.):

I try to send csrf token by axios (I am using react.js) but django raise an error saying Forbidden (CSRF cookie not set.): /account/signup/

use csrf_exempt for that view

Thank you)
I am using django allauth library, . I just want to use the class SIgnupView class provided by allauth.