You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next 13 appdir uses AsyncLocalStorage during edge SSR. Currently this is not supported in Deno. There is a fallback that doesn't use it, but Next doesn't like using this in a scenario like Deno Deploy which reuses isolates. Luckily Deno support is being actively worked on. When it lands, we should import the polyfill and add it to the edge runtime.
Next 13 appdir uses
AsyncLocalStorage
during edge SSR. Currently this is not supported in Deno. There is a fallback that doesn't use it, but Next doesn't like using this in a scenario like Deno Deploy which reuses isolates. Luckily Deno support is being actively worked on. When it lands, we should import the polyfill and add it to the edge runtime.Blocked by:
The text was updated successfully, but these errors were encountered: