--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/55866942-048b-4c25-8b81-e4d259dca936n%40googlegroups.com.
Cross-Origin Resource Sharing (CORS) in Django which somehow is set to prevent unauthorized domains from accessing information from another domain. So, I suggest if that is the issue, follow the steps that start by installing the django-cors-header, and add your new url to ALLOWED_HOSTS list in settings.py
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5ee28b0b-d280-487a-921b-f7f9a02ba637n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK37-gN0wN03068N0p_bBf_Y1pRnnk4jkZBV1TzkBPG5Wfck%3DQ%40mail.gmail.com.
i hosted my django application to vercel and am using free postgress database from railway so when i try to register the user i get an error attached below. when i connect my endpoints with fronted of which am using React i get an error cors origin assist me please
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d13608bc-c8f0-4cee-b692-6c0c1cbcba59n%40googlegroups.com.