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
These errors are shown:
[0] TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /home/project/server/index.ts
[0] at NodeError (node:internal/errors:101:4149)
[0] at getFileProtocolModuleFormat (node:internal/modules/esm/get_format:149:1318)
[0] at defaultGetFormat (node:internal/modules/esm/get_format:149:1953)
[0] at defaultLoad (node:internal/modules/esm/load:153:1154)
[0] at internal/modules/esm/hooks/nextHookFactory/< (node:internal/modules/esm/hooks:151:8835)
[0] at load (node:internal/modules/esm/hooks:151:4461)
[0] at handleMessage (node:internal/modules/esm/worker:162:1705)
[0] at checkForMessages (node:internal/modules/esm/worker:162:1253)
[0] at internal/timers/getTimerCallbacks/processImmediate/< (node:internal/timers:246:5398) {
[0] code: 'ERR_UNKNOWN_FILE_EXTENSION'
[0] }
Describe the bug
I tried to import the same github project for these browsers:
[Versie 1.74.48 Chromium: 132.0.6834.83 (Officiële build) (64-bits)] OK https://bolt.new/~/github-n1dltpgg
Link to the blitz that caused the error
https://bolt.new/~/github-qyxzvw6j
Steps to reproduce
Open firefox, import https://bolt.new/~/github.com/manulykebe/team-calendar.
These errors are shown:
[0] TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /home/project/server/index.ts
[0] at NodeError (node:internal/errors:101:4149)
[0] at getFileProtocolModuleFormat (node:internal/modules/esm/get_format:149:1318)
[0] at defaultGetFormat (node:internal/modules/esm/get_format:149:1953)
[0] at defaultLoad (node:internal/modules/esm/load:153:1154)
[0] at internal/modules/esm/hooks/nextHookFactory/< (node:internal/modules/esm/hooks:151:8835)
[0] at load (node:internal/modules/esm/hooks:151:4461)
[0] at handleMessage (node:internal/modules/esm/worker:162:1705)
[0] at checkForMessages (node:internal/modules/esm/worker:162:1253)
[0] at internal/timers/getTimerCallbacks/processImmediate/< (node:internal/timers:246:5398) {
[0] code: 'ERR_UNKNOWN_FILE_EXTENSION'
[0] }
Expected behavior
Flawless, as other browsers...
Parity with Local
Screenshots
Chrome:
Bolt:
Platform
[Versie 1.74.48 Chromium: 132.0.6834.83 (Officiële build) (64-bits)] OK
Additional context
No response
The text was updated successfully, but these errors were encountered: