Rafał Cymerys
Rafał Cymerys
Currently when creating a sandbox, it pulls dependencies (spree_backend, spree_legacy_frontend etc.) from their main branches. This causes compatibility issues e.g. when creating a sandbox when implementing fixes for old versions....
The tests are currently failing due to the following error: ``` rails aborted! ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. /home/circleci/app/vendor/bundle/ruby/3.0.0/gems/execjs-2.8.1/lib/execjs/runtimes.rb:58:in `autodetect'...
Since we have 3 options for storefront now, it would be great to have a fully-fledged CLI tool for creating new development environments.
Spree errors are not parsed properly - when getting any bad request(404 etc.) errors are parsed to Error type and not FetchError which should be then parsed once more to...
We should migrate the CI setup to use CircleCI, like all the other repositories from spree