Maciek Kucmus

Results 36 comments of Maciek Kucmus

guilty! :) we better add some docs about it, but the question requires an answer beforehand: the `devStorefrontUrl` is a helper that is being used mainly or only for customer...

also one explanation needed on why we use `isr` for caching/rendering and what's the replacement of it when the deployment environment does not support this kind of mode.

> The problems from the previous review still exist > > Screen.Recording.2025-10-14.at.20.48.39.mov > Screen.Recording.2025-10-14.at.20.50.35.mov thanks for detailed recordings. the problems should be gone now 🙌🏼

the issue was reported here: https://github.com/nitrojs/nitro/issues/1880#issuecomment-2639226324

working example of ISR https://frontends-demo-git-test-isr-nitro-fix-shopware-frontends.vercel.app/Products/?manufacturer=be02687c5d2542999cac9c4878621fa7&order=name-asc

issues found: - no feedback about failed transaction after redirection from `finalize-payment` route - there is no info what went wrong, customer is just redirected back to frontend app URL...

# Failed payment scenario for async flow Missing details what went wrong ### Solutions - PaymentException instance with additionalInformation enforced - check whether the Payment Handler Interface can have it...

@mdanilowicz @patzick @BrocksiNet this is a rough summary of our PoC and the recent assumptions. # Nuxt Template Layer — Base Architecture & Extensions This repository provides a reusable Nuxt...

# Abandoned Architecture Approaches with Nuxt Layers During the planning and implementation of our layered Nuxt architecture, we explored several patterns and structures. Below is a list of the strategies...

hey @pi0, do you plan to release the fix in upcoming version maybe?