Open prepr-io opened 1 year ago
@prepr-io :wave: Thanks for the report. TL,DR: we don't support async_hooks
or AsyncLocalStorage
.
This is something that is in our radar (though it's very difficult to implement properly), so we can leave this issue open in case you want updates if/when there's any progress on that front.
Describe the bug
Hello,
We have encountered a bug when trying to load our Next 13 App project into Stackblitz. In a file we make use of the cookies function from next/headers. But on stackblitz this produces an error. See the screenshot provided.
Link to the blitz that caused the error
https://stackblitz.com/edit/nextjs-starter-prepr-cms?file=README.md,src%2Fapp%2Fa-b-testing%2Fpage.js
Steps to reproduce
Expected behavior
I would expect the native functions of Next.js to work.
Parity with Local
Screenshots
Platform
Additional context
No response