-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
We are trying to make a port for Datastar but can't even run. Have multiple devs have tried but we are not primarily TS backend devs. Any guidance would be welcome!
Prisma schema loaded from prisma/schema.prisma
Datasource "db": SQLite database "dev.db" at "file:./dev.db"
Error: Error in RPC
Request: {
"id": 1,
"jsonrpc": "2.0",
"method": "listMigrationDirectories",
"params": {
"migrationsDirectoryPath": "/home/jmstevers/code/trellix/orig/prisma/migrations"
}
}
Response: {
"jsonrpc": "2.0",
"error": {
"code": -32601,
"message": "Method not found"
},
"id": 1
}
Method not found
> start
> NODE_ENV=production remix-serve ./build/server/index.js
🚨 No COOKIE_SECRET environment variable set, using default. The app is insecure in production.
[remix-serve] http://localhost:3000 (http://192.168.1.73:3000)
thread '<unnamed>' panicked at query-engine/query-engine-node-api/src/engine.rs:76:45:
Failed to deserialize constructor options.
This usually happens when the javascript object passed to the constructor is missing
properties for the ConstructorOptions fields that must have some value.
If you set some of these in javascript through environment variables, make sure there are
values for data_model, log_level, and any field that is not Option<T>
: Error { status: InvalidArg, reason: "missing field `enableTracing`", maybe_raw: 0x0 }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 5
Metadata
Metadata
Assignees
Labels
No labels