Hosting Problem Its showing like this , But in IP address its is working fine all the images are fetching from backend... See this also coming like this but its working in IP address with port its working fine ,while in domain its not working or posting the form
if i check the hosting method its working fine but its not working good in my domain ,do i have to change something in server conf file
I think you forgot to add your domain in CSRF_TRUSTED_ORIGINS.
Just add the domain in CSRF_TRUSTED_ORIGINS in your settings file like this.
For django 4 and above
For django 3 and lower version, no need to mention scheme
Read here to get further details : CSRF_TRUSTED_ORIGINS