JUNIPER.MASTER - Fresh Install: Forbidden (CSRF cookie not set.): /change_enrollment

I do not understand, here is what i have in my file /edx/app/edxapp/edx-platform/lms/envs/common.py

# django-session-cookie middleware
DCS_SESSION_COOKIE_SAMESITE = 'None'
DCS_SESSION_COOKIE_SAMESITE_FORCE_ALL = True

What should i change here to make this error gone?