-
I cloned the saleor-platform repository:
$ git clone https://github.com/saleor/saleor-platform.git --recursive --jobs 3
then
$ cd saleor-platform
$ podman-compose build
...
...
Tracebac…
-
Applications usually have endpoints to fetch/update app configuration used by the App interface inside of the Dashboard.
The factory should return handler validating incoming requests and their tok…
-
The goal of `saleor-platform`, as far as I know, is to enable booting up all the Saleor applications with one command.
Since we are introducing new applications to the Saleor suite, we should think…
-
npm run build-assets
missing script: build-assets
did you mean;
build-schema
build-mails
and when i typing python manage.py runserver only show me
http://127.0.0.1:8000/graphql/
what…
-
### What I'm trying to achieve
Get, set and display human readable names for the variants of a product.
### Steps to reproduce the problem
In the dashboard, create a product and then create varia…
-
### What I'm trying to achieve
I'm trying to test this platform as described in First Steps: https://saleor.io/open-source/
### Steps to reproduce the problem
1. Clone the repo: git clone https…
-
### What I'm trying to achieve
…
create a product with variants similar to the pre-defined ones (red hoodie similar to existing black hoodie)
### Steps to reproduce the problem
1. create a produ…
-
# Context
Command `npx saleor storefront create --demo` is an important starting point for people visiting the Saleor website.
This command must work no matter what, so it's a good candidate for…
-
in the section of checkout nothing happen even i enter all required data, maybe it is related to authentication
-
All e-commerce apps need to accepts payments of some kind. Right now we don't have any official integrations, so every project has to implement their own. This has the following negative results:
1…