saleor
can someone give me good issues for beginners. ???
Help wanted
https://github.com/mirumee/saleor/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
CACHE_URL or REDIS_URL
Hello, I'm trying to deploy saleor on my test server but I'm getting an error saying:
saleor-web | OSError: Error reading /app/webpack-bundle.json. Are you sure webpack has generated the file and the path is correct?
saleor-web | ERROR django.server "GET / HTTP/1.1" 500 27 [PID:9:Thread-3]
It looks like webpack didn't compile the assets. I don't have assets directory. I'm using docker. I think I'm using docker wrong. I should be able to see the saleor main page just by doing docker-compose up
, right?