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
Describe the bug
Attempting to connect to surrealDB, hosted on a headless machine on a simple local network. Surrealist connects fine, but i did have to download the latest version, as the old version wasn't able to connect.
Example
(base) PS C:\dev\vervelight\auguron> npm run dev
> [email protected] dev
> tsx src/index.ts
file:///C:/dev/vervelight/auguron/node_modules/cirql/dist/cirql.js:2313
const n = new Vt(this.url);
^
TypeError: Vt is not a constructor
at Qe.open (file:///C:/dev/vervelight/auguron/node_modules/cirql/dist/cirql.js:2313:15)
at ze.connect (file:///C:/dev/vervelight/auguron/node_modules/cirql/dist/cirql.js:2453:27)
at <anonymous> (C:\dev\vervelight\auguron\src\augurdb\connection\cursor.ts:5:20)
at ModuleJob.run (node:internal/modules/esm/module_job:234:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:473:24)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:123:5)
Node.js v20.17.0
Expected behavior
A clear and concise description of what you expected to happen.
Environment:
OS: Windows Dev, SurrealDB hosted on Docker on Rocky Linux (centOS) machine on the network.
Describe the bug
Attempting to connect to surrealDB, hosted on a headless machine on a simple local network. Surrealist connects fine, but i did have to download the latest version, as the old version wasn't able to connect.
Example
Expected behavior
A clear and concise description of what you expected to happen.
Environment:
[email protected] C:\dev\vervelight\auguron
├── @types/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
The text was updated successfully, but these errors were encountered: