Jonas Osburg
Jonas Osburg
I was just looking at the same issue. As far as I can tell this is a bug in `Typo3DbBackend::overlayLanguageAndWorkspace`. When the current language is 0 every record is regarded...
The code did not change: https://github.com/vendure-ecommerce/vendure/blob/master/packages/core/src/service/helpers/entity-hydrator/entity-hydrator.service.ts#L203C17-L203C103 There is still a special case for customFields using `['customFields.xyz']` instead of `['customFields', 'xyz']` as path and `entity['customFields.xyz']`will never exist thus `customFields.xyz` will be...
I did some testing on API performance myself using xdebug profiler. In our case ~25% of the time was spent in `OrmMetadata::getData`. TIme probably depends on the complexity of user...
I'm having the same issue. Is there any workaround or fix available?
Hi there, just came over from the forum to answer the questions :) > Could you precise which site was working on Windows/Chrome, but not on Ubuntu/Chrome? I tested with...
Just tested on MacOS as well. Chrome is not able to use RK on an up to date MacOS with latest Chrome as well. Same behavior.
The linked message is not related to the CSV import. There is also a pretty obvious fix I could create a PR for. Just wanted to create an issue before...
Hi, thanks for the quick reply. Don't worry we are using the PR branch in the meantime. I can rebase this onto v2 if this would be helpful. Technically the...
Thanks @louiseschmidtgen, Yeah we created regular backups on every machine since we noticed :D. To be honest I'm not sure if we used remove-node back then or just removed the...
We just noticed that the problem fixed itself somehow. We have no idea when this happened, probably a minor update contained a fix for this issue. We were still on...