saleor-platform
saleor-platform copied to clipboard
All Saleor services started from a single repository with docker-compose.
**How do I configure the saleor locally when DEBUG is off?** I made the following changes, Generated and added secret_key and RSA_key in backend.env Added the following variables to the...
Hi guys I get this issue when runing `docker-compose run --rm api python3 manage.py migrate` > Creating saleor-platform_db_1 ... done > Creating saleor-platform_api_run ... done > WARNING saleor.core.jwt_manager RSA_PRIVATE_KEY is...
While installing / building with docker compose i am facing this issue The command '/bin/sh -c npm install' returned a non-zero code: 137 ``` # docker-compose build db uses an...
ERROR: for saleor-platform_dashboard_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: for saleor-platform_storefront_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: for dashboard UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)...
There is a problem with `libpq` on Apple M1 silicone. When I tried to run migrations ``` $ docker-compose run --rm api python3 manage.py migrate ``` I got error like...
Update installation guide as well as saleor-platform repository to include the new react-storefront submodule and remove the deprecated saleor-storefront submodule as well as including a detailed process of updating a...
HI, I try to get the version 3.0 but when I clone -> git checkout 3.0 -> docker-compose build....etc, finally the dashboard don't have the channel feature, so I'm not...
This enables out-of-the-box support for VS Code's development inside containers. https://code.visualstudio.com/docs/remote/containers Currently it's configured for backend work, I guess we could have separate `.devcontainer` folders for all three services though....
I have tried everything I used the hostname as DB, db, localhost, 127.0.0.1, saleor, saleor-platform_db_1, postres but it did not work for me, I know that username and password is...
I clone saleor 2.11 and it renders very fast But when I switch to version 3, it becomes much slower need more than 1s to serve a request (1.3 or...