Lumír Jasiok

Results 4 issues of Lumír Jasiok

### Summary I have latest build of saleor-platform running in containers and container react-storefront is constantly failing with log message: ``` undefined  ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command failed with ENOENT: turbo run dev...

bug

### Current Behavior I cannot delete a license that does not have the "License Text" field filled in. In the log, I can see: ``` 2023-12-27 13:08:33,876 INFO [LicenseResource] License...

defect
in triage

Hi, I am trying to automate installation of InfluxDB using Ansible and InfluxDB Helm chart .Installation works, but for some reason Helm doesn't create initial admin user during the installation...

In case I am mocking/testing URL with some parameter, server always response with 404: ``` @pytest.mark.server(url='/api/v2/products/?limit=2, response={}, method=‘GET’) def test_url(monkeypatch) -> None: …. ``` I am using monkeypatch to mock...