Maciek Kucmus

Results 36 comments of Maciek Kucmus

> @mkucmus, Thank you for your assistance with the login issues. I've successfully created an account and logged in at https://frontends-demo.vercel.app/ and on my localhost. As I explore the platform,...

The fix has been merged into main, so we can expect it in the next release: https://github.com/shopware/shopware/commit/4cc2e1428a9139fe75c5ea1468b5cb52bb272134

hey @itscark! thank you for providing a PR. Here's a little update from our side: we are about to check it out but still need the creadentials for test unzer...

results after trying it out in comparison to storefront solution: ✅ adds meta-data to the response for completion (defined in actions, for example): ```json "extensions": { "multiSuggestResult": { "apiAlias": "shopware_commercial_advanced_search_domain_suggest_multi_suggest_result"...

will be reviewed once the feature is deployed

hey @digitalwert-devs is the issue still valid? provide some details to allow us to reproduce: - env you set it up (docker, devenv, or cloud) - version of backend and...

> We use the `vercel` preset (with `vercel-edge` we had some issues on our stack we didn't bother looking into - but that was roughly a year ago). > we...

I created a little nitro plugin to ensure what request comes in the serverless function: ```js export default defineNitroPlugin((nitroApp) => { nitroApp.hooks.hook("request", (event) => { const queryParams = getQuery(event); console.log(...

> Hi all, sorry this got delayed. Finally have a runtime-safe solution for this ([#3539](https://github.com/nitrojs/nitro/pull/3539)), but appreciate any early testers to confirm if it works for your projects. > >...

Due to performance reasons, showing the available options on product hover is a great case for async loading - and would be enough if the API responds really quick. Then...