Adel Khial

Results 14 comments of Adel Khial

Am interested in submitting a PR for this if team decides it's a good fit for the Saleor GraphQL API.

Hi @SzymJ Yes we had stock reservations enabled. But only for one minute for testing purposes. Here is an example run where 1 minute passes before calling `checkoutLinesUpdate`: ### Problematic...

Seems like the owner hasn't been using GitHub lately...

For me the domain update mutation doesn't update the URL... ``` graphql mutation { shopDomainUpdate( input: { domain: "www.example.com", name: "Saleor" } ) { shop { domain { host url...

Seems like the URL is only updated after restarting the service. Thanks @skymoore and @ashishkpaul!

I think it would be nice if the shop domain was configurable via an environment variable.

The current solution still presents a problem, if Saleor is running behind a reverse proxy (Nginx) then one must enable SSL via `ENABLE_SSL`=True to get the `https://` prefix in the...

Update on http to https redirect when running behind Nginx. If you need ENABLE_SSL to be off and have the instance be accessible by http (to install apps for example),...

Fixed this locally by changing margin from `2.5` to `3`. I think the new version changed margins to only allow integers? Two files are affected `Editor.blp` and `SearchBar.blp`.