django-create-react-app icon indicating copy to clipboard operation
django-create-react-app copied to clipboard

Logo isn't served

Open vokracko opened this issue 4 years ago • 2 comments

Hello, thanks for the great work.

When trying to the example app I've run into a problem that logo isn't served correctly.

Run in development mode with npm start

image

vokracko avatar Jul 14 '20 22:07 vokracko

On dev Node, the Webpackdev server does not allow the sharing of media files on the cross-origin. On production mode, it works perfectly.

Meanwhile, I am working on this issue

aamirbhat avatar Jul 17 '20 06:07 aamirbhat

run yarn build command then images will be served from django

aamirbhat avatar Feb 10 '22 14:02 aamirbhat