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 work on your awesome React Project. And you need to create conditional code detecting the device type your project is running on. If…
Does this look familiar? Invalid prop children of type array supplied to ForwardRef(Tooltip), expected a single ReactElement. If yes, make sure you don´t have any…
If you need to resize an svg file that is imported in React with <ReactSVG> then you can use transform:scale($factor). If you use makeStyles from…
Did you encounter this problem: You need to find a specific search term in the whole git history? You can do that by: git log…
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…
Problem No Nginx resolver configured? Error 502: Bad Gateway? failed (111: Connection refused) ? Nginx not starting ? Solution: Docker Nginx resolver Do you have…
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…
Software Development is hard work. It can be very rewardings, seeing how things you created out of thin air materialize. Like a castle in the…