Problem You need to do your first config for Nginx behind Cloudflare with SSL? Look no further. Requirements Cloudflare Account Domain configured for Cloudflare usage…
Tag: Saleor
Problem: You are using the development stack that Saleor provides, need to update email templates and add texts to be translated. Following what you can…
Problem The project you are working on uses the Saleor Framework. The Frontend is in React, the backend in Django. The current task for you…
Problem You need to create a temporary directory and found the tempfile module that python provides. The tutorial you followed claimed that something like this…
Saleor is an opinionated Platform (using the opinionated Python Framework Django). If you need to fool around with discount codes, here is a quick hint:…
Saleor handles the checkout creation locally in the frontend. In the first step in checkout at latest the checkout is created in the backend via…
Problem You experience issues with unavailable fields? The error messages suggest: “Did you mean this abc xyz”? Solution Verify that the naming on the Model…
If you receive a CORS problem and have whitelisted localhost already in CORS_ORIGIN_WHITELIST add also 0.0.0.0 to it. Apparently localhost and 0.0.0.0 are not seen…