It has to do with cors headers you don't have it set so your domain wouldn't share resources with another domain check out django-cors-headers
On Mon, Nov 13, 2023, 1:55 PM Denny (Python developer) < [email protected]> wrote: > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/d13608bc-c8f0-4cee-b692-6c0c1cbcba59n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/d13608bc-c8f0-4cee-b692-6c0c1cbcba59n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJkiqy5m6a_Fy-Pk4r237ja9NNnsnUxt-kaBBniTm42N8T1mLw%40mail.gmail.com.

