-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Describe the bug
I tried to clone a GitHub repository, and the StackBlitz server crashed.
Link to the blitz that caused the error
https://stackblitz.com/~/github.com/devsujay19/clerk-authentication
Steps to reproduce
- On dashboard, click on "Open GitHub repository".
- Select a repository from the list.
- Click on "Open repository"
Expected behavior
Shows a dialogue box with a heading "StackBlitz server crashed"
And shows these texts below the heading:
Please report what you were doing before it crashed.
Last output: TypeError: u.toSorted is not a function at http (node:http:33:523) at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:47:3850) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:47:3018) at loadBuiltinModule (node:internal/modules/helpers:166:1312) at Module._load (node:internal/modules/cjs/loader:148:12547) at Module.require (node:internal/modules/cjs/loader:148:15469) at require3 (node:internal/modules/helpers:166:2696) at _0x5e24e9 (https://clerkauthentication-2xap.w-credentialless-staticblitz.com/blitz.6ba59070.js:31:872047) at Object.eval (/usr/share/stackblitz/out/server-main.js:1:242) at Object._0x529c34 (https://clerkauthentication-2xap.w-credentialless-staticblitz.com/blitz.6ba59070.js:31:872176) Node.js v20.19.1
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Version = 1.84.0
Hash = 3b0b7194bc6b567c2eaf4c96a5759098469dcf59
WebContainer = 6ba59070
Browser name = Chrome
Full version = 109.0.0.0
Major version = 109
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 51699583,
"usedJSHeapSize": 47357867,
"jsHeapSizeLimit": 2172649472
}
Additional context
TypeError: u.toSorted is not a function
at http (node:http:33:523)
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:47:3850)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:47:3018)
at loadBuiltinModule (node:internal/modules/helpers:166:1312)
at Module._load (node:internal/modules/cjs/loader:148:12547)
at Module.require (node:internal/modules/cjs/loader:148:15469)
at require3 (node:internal/modules/helpers:166:2696)
at _0x5e24e9 (https://clerkauthentication-2xap.w-credentialless-staticblitz.com/blitz.6ba59070.js:31:872047)
at Object.eval (/usr/share/stackblitz/out/server-main.js:1:242)
at Object._0x529c34 (https://clerkauthentication-2xap.w-credentialless-staticblitz.com/blitz.6ba59070.js:31:872176)
Node.js v20.19.1
