Roman Shuper

Results 4 comments of Roman Shuper

NextJS 15.1.0 This issue occurs only when using Turbopack.

I copied the code for this step locally, and somehow the createdLinks array is undefined within the compensation function, even though it was returned correctly at the end of the...

Alright, I dug in further and created a fourth, special error step that throws an error after 3000 ms ``` function sleep(ms) { return new Promise((resolve) => { setTimeout(resolve, ms);...

Ok, guys. I finally find out what causes an issue When I remove `.config({name: 'link-medusa-order-and-packing-order'})`, everything works as expected. But you’re using `config` throughout your codebase.