-
### What are you trying to achieve?
I want to retrieve collection products ordered by `COLLECTION` field in ascending order with pagination using `first` and `after` parameters.
### Steps to rep…
-
### What are you trying to achieve?
Install Saleor using the documentation here https://docs.saleor.io/docs/3.x/setup/docker-compose
The first hurdle is that "docker compose build" throws a vers…
-
Hi there,
I am self-hosting the Emails & Messages Saleor app and testing it in Saleor dev sandbox.
When saving email provider configuration, an internal server error pops up.
This error appear…
-
### What are you trying to achieve?
I've noticed a bug in **checkoutShippingAddressUpdate** which incorrectly validates the existing checkout lines with regards to stock availability.
I've traced …
-
Hello sir, i have installed prerequisites and while running `poetry install` command, some dependencies are failing to install.
These are the logs.
`
Installing dependencies from lock file
Packa…
-
### What are you trying to achieve?
Sending the following fragment causes the GraphQL endpoint to 500:
```graphql
fragment OrderOrCheckoutLines on OrderOrCheckout {
... on Node {
__typena…
-
### What I'm trying to achieve
Use cloud storage to store media. For products it goes well but for file types attributes, API doesn't return the correct media URL.
### Steps to reproduce the probl…
-
### What are you trying to achieve?
I try to fetch checkout via token but by accident use invalid token.
### Steps to reproduce the problem
1. Execute the query:
```
{
checkout(token:"{38f75b2…
-
### What are you trying to achieve?
```graphql
query A {
addressValidationRules(countryCode: EU) {
countryAreaChoices {
raw
verbose
}
}
}
```
```json
{
"erro…
-
### What are you trying to achieve?
After [3.20.1](https://github.com/saleor/saleor/releases/tag/3.20.1) it is no longer possible to reinstall the application (cloud and self hosted).
I think it's a…