-
Hi there,
We are getting NOT_SUPPORTED_GATEWAY error on checkoutPaymentCreate mutation.
Our eshop charges customers after the order has been delivered. So we are creating payment intent, basical…
-
Using custom Django hashers, and being able to edit the hashers constant on the Django settings file (User migration from other E-com platforms). This is a common problem when users want to migrate fr…
-
```[tasklist]
### Tasks
- [ ] https://github.com/saleor/apps/pull/881
- [x] Cloud deployment
- [ ] https://github.com/saleor/saleor-docs/pull/873
- [x] Appstore
- [x] dependabot and labele
```
-
I would like to make life easier for existing and new Saleor contributors including maintainers by implementing [Uffizzi](https://uffizzi.com/) previews.
Disclaimer: I work on Uffizzi
Uffizzi is a …
-
I am using the Search app, and after enabling it I noticed performance degradation when editing the products.
The most noticeable performance degradation occurred when trying to change the product ca…
-
### What are you trying to achieve?
Run Saleor in production mode on GKE Autopilot.
### Steps to reproduce the problem
1. Build, configure and deploy Saleor backend to work on GKE Autopilot with DE…
-
Part of https://github.com/saleor/saleor/issues/12539
### Migration plan
- **3.16.X**
- old sales are created
- recalculation based on old sales
- **DB migration from 3.16.X - 3.16.X+1…
-
This issue tracks the release progress of Saleor 3.15.
Planned release data: 23.08.2023.
## Steps
- [x] Confirm scope related to Apps is ready to be released - @lkostrowski
- [x] Release alp…
-
## Problem
For Saleor to properly generate URLs pointing to itself, it needs to know the actual domain at which it is hosted. @patrys proposed the solution composed of:
- Introducing the `API_URL`…
-
Throughout the codebase, we pass a single number as the` requests.*`'s `timeout` argument. The number is used as the socket connection timeout, and the remainder is used as the read timeout. We never …