6cd126af41
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
- Add custom IFC converter using web-ifc C++ DLL for geometry extraction - Add GeometryInjector.cs: patches Speckle objects with mesh geometry - Add NativeIfcGeometry.cs: P/Invoke bindings to WebIfcDll - Add CustomMeshConverterFactory.cs: custom Xbim mesh converter - Configure fileimport-service dotnet IFC pipeline - Add VPS deployment config (docker-compose-vps.yml) - Add dev scripts: run_backend.bat, run_frontend.bat, start_dev.bat - Update .gitignore: exclude scratch/IFC-toolkit, engine_web-ifc - Memory optimization for Xbim (MemoryModel mode)
35 lines
5.2 KiB
Plaintext
35 lines
5.2 KiB
Plaintext
node.exe : [32mINFO[39m [19:15:56.146]: [36m🖼️ Serving for frontend-2...[39m [90m{"phase":"startup"}[39m
|
|
At line:1 char:1
|
|
+ & "C:\Users\huanld\AppData\Local\nvm\v22.19.0/node.exe" "C:\Users\hua ...
|
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
+ CategoryInfo : NotSpecified: ([32mINFO[39m ..."startup"}[39m:String) [], RemoteException
|
|
+ FullyQualifiedErrorId : NativeCommandError
|
|
|
|
[32mINFO[39m [19:15:56.823]: [36mMigrated db to latest for region "main" in 675.7925ms.[39m
|
|
[90m{"phase":"startup","region":"main","durationMs":675.7925}[39m
|
|
[32mINFO[39m [19:15:56.825]: [36mAsync request context tracking enabled 👀[39m [90m{"phase":"startup"}[39m
|
|
[32mINFO[39m [19:16:02.960]: [36m🔐 Init access request module[39m [90m{"component":"modules"}[39m
|
|
[32mINFO[39m [19:16:02.960]: [36m🤺 Init activity module[39m [90m{"component":"modules"}[39m
|
|
[32mINFO[39m [19:16:02.965]: [36m💅 Init graphql api explorer module[39m [90m{"component":"modules"}[39m
|
|
[32mINFO[39m [19:16:02.965]: [36m🔑 Init auth module[39m [90m{"component":"modules"}[39m
|
|
[31mERROR[39m [19:16:03.121]: [36mFailed to start server. Exiting with non-zero exit code...[39m
|
|
err: {
|
|
"type": "OPError",
|
|
"message": "Realm does not exist (For more on this error consult the server log at the debug level.)",
|
|
"stack":
|
|
OPError: Realm does not exist (For more on this error consult the server log at the debug level.)
|
|
at processResponse (D:\speckle-server\node_modules\openid-client\lib\helpers\process_response.js:38:13)
|
|
at Issuer.discover (D:\speckle-server\node_modules\openid-client\lib\issuer.js:151:18)
|
|
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
at async <anonymous> (D:\speckle-server\packages\server\modules\auth\strategies\oidc.ts:53:24)
|
|
at async <anonymous> (D:\speckle-server\packages\server\modules\auth\strategies.ts:71:11)
|
|
at async Promise.all (index 0)
|
|
at async <anonymous> (D:\speckle-server\packages\server\modules\auth\strategies.ts:68:52)
|
|
at async Module.init (D:\speckle-server\packages\server\modules\auth\index.ts:177:20)
|
|
at async Module.init (D:\speckle-server\packages\server\dist\modules\index.js:115:9)
|
|
at async init (D:\speckle-server\packages\server\app.ts:350:3)
|
|
"error": "Realm does not exist",
|
|
"error_description": "For more on this error consult the server log at the debug level.",
|
|
"name": "OPError"
|
|
}
|