django-svelte-template icon indicating copy to clipboard operation
django-svelte-template copied to clipboard

CORS Issue

Open cd-4 opened this issue 8 months ago • 3 comments

I ran this right out of the box in development, tried to register on the site and I got the following issue:

Forbidden (Origin checking failed - http://localhost:5174 does not match any trusted origins.): /.proxy
[13/Mar/2025 00:49:54] "POST /.proxy?url_name=register HTTP/1.1" 403 2568

I know how to set up CORS in django, I just wanted to let you know this does not come out of the box and will require some manual configuration.

Thank you for this awesome template!

cd-4 avatar Mar 13 '25 00:03 cd-4