Piotr Karwatka
Piotr Karwatka
Thanks! Can you please propose a PR with a fix for that?
Please maybe try to `urlencode` (` = %2C(https://stackoverflow.com/questions/6182356/what-is-2c-in-a-url)) the SKUs before sending them out to the VSF-API? this would require a change in the VSF itself The other option is...
@ResuBaka good point
@ResuBaka i think we should have it implemented in `storefront-api` as it's the replacement for `vue-storefornt-api` starting with VSF1.13
vue_storefront_catalog_temp is created by npm run restore command and then after the migration ran its deleted So after you run the vue-storefront installer - you will be not able to...
@daaru00 good point. I'll check it. I think it should be modified - you're right; I mean - migrations shouldn't be related to the `restore script`. You could modify it...
We can use it as a workaround but it's not an elegant way to solve this issue :) What if the _temp already exists (after somebody ran npm run migrate?)...
In that case please just create a PR with this change :)
@gibkigonzo I think that @ajsit is right and we need this within `vue-storefront` app
Hi Joel. Please work on the src/api/platform/* proxy level. We should just add the token as an optional parameter for placing the order and for now support it only in...