-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Describe the bug
After integrating GitHub with Stackblitz, facing the below error repeatedly.
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 _0x29376f (https://boltnew-c1ho.w-credentialless-staticblitz.com/blitz.6e337437.js:31:873798) at Object.eval (/usr/share/stackblitz/out/server-main.js:1:242) at Object._0xebd33e (https://boltnew-c1ho.w-credentialless-staticblitz.com/blitz.6e337437.js:31:873920) Node.js v20.19.1
Link to the blitz that caused the error
https://stackblitz.com/~/github.com/iam-MuhammadFaisal/Bolt.new
Steps to reproduce
Please refer to the attached Error image for more clarity
Expected behavior
Please refer to the attached Error image for more clarity
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Please refer to the attached Error image for more clarity
Platform
Version = 1.84.0
Hash = 3b0b7194bc6b567c2eaf4c96a5759098469dcf59
WebContainer = 6e337437
Browser name = Chrome
Full version = 103.0.0.0
Major version = 103
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 86126261,
"usedJSHeapSize": 73974053,
"jsHeapSizeLimit": 2062548992
}
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 _0x29376f (https://boltnew-c1ho.w-credentialless-staticblitz.com/blitz.6e337437.js:31:873798)
at Object.eval (/usr/share/stackblitz/out/server-main.js:1:242)
at Object._0xebd33e (https://boltnew-c1ho.w-credentialless-staticblitz.com/blitz.6e337437.js:31:873920)
Node.js v20.19.1