node:internal/modules/cjs/loader:1146
  throw err;
  ^

Error: Cannot find module 'next'
Require stack:
- /home3/loknaads/dev.loknaadsolutions.in/server.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
    at Module._load (node:internal/modules/cjs/loader:984:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/home3/loknaads/dev.loknaadsolutions.in/server.js:16:1)
    at Module._compile (node:internal/modules/cjs/loader:1369:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home3/loknaads/dev.loknaadsolutions.in/server.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v20.12.0
node:internal/modules/cjs/loader:1146
  throw err;
  ^

Error: Cannot find module 'next'
Require stack:
- /home3/loknaads/dev.loknaadsolutions.in/server.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
    at Module._load (node:internal/modules/cjs/loader:984:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/home3/loknaads/dev.loknaadsolutions.in/server.js:16:1)
    at Module._compile (node:internal/modules/cjs/loader:1369:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home3/loknaads/dev.loknaadsolutions.in/server.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v20.12.0
node:internal/modules/cjs/loader:1146
  throw err;
  ^

Error: Cannot find module 'next'
Require stack:
- /home3/loknaads/dev.loknaadsolutions.in/server.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
    at Module._load (node:internal/modules/cjs/loader:984:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/home3/loknaads/dev.loknaadsolutions.in/server.js:16:1)
    at Module._compile (node:internal/modules/cjs/loader:1369:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home3/loknaads/dev.loknaadsolutions.in/server.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v20.12.0
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
[Error: Server is not running.] { code: 'ERR_SERVER_NOT_RUNNING' }
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
[Error: Server is not running.] { code: 'ERR_SERVER_NOT_RUNNING' }
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Failed to fetch user: Error [PrismaClientInitializationError]: 
Invalid `prisma.user.findUnique()` invocation:


Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at zn.handleRequestError (.next/server/chunks/464.js:121:7642)
    at zn.handleAndLogRequestError (.next/server/chunks/464.js:121:6683)
    at zn.request (.next/server/chunks/464.js:121:6390)
    at async s (.next/server/chunks/464.js:130:9457)
    at async c (.next/server/app/(root)/users/page.js:1:2920)
    at async o (.next/server/app/(root)/users/[id]/page.js:1:214) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
[Error: Server is not running.] { code: 'ERR_SERVER_NOT_RUNNING' }
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
[Error: Server is not running.] { code: 'ERR_SERVER_NOT_RUNNING' }
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
 ⨯ unhandledRejection:  Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at yl (.next/server/chunks/464.js:64:756)
    at async Object.loadLibrary (.next/server/chunks/464.js:111:10408)
    at async Gr.loadEngine (.next/server/chunks/464.js:112:448)
    at async Gr.instantiateLibrary (.next/server/chunks/464.js:111:13911) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
Failed to fetch user: Error [PrismaClientInitializationError]: 
Invalid `prisma.user.findUnique()` invocation:


Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x".

This happened because Prisma Client was generated for "windows", but the actual deployment required "debian-openssl-1.1.x".
Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "debian-openssl-1.1.x"]
}

The following locations have been searched:
  /home3/loknaads/dev.loknaadsolutions.in/app/generated/prisma
  /home3/loknaads/dev.loknaadsolutions.in/.next/server
  C:\zzzzzzzzzzz\Coding\React JS\basic-survey\app\generated\prisma
  /home3/loknaads/dev.loknaadsolutions.in/.prisma/client
  /tmp/prisma-engines
  /home3/loknaads/dev.loknaadsolutions.in/prisma
    at zn.handleRequestError (.next/server/chunks/464.js:121:7642)
    at zn.handleAndLogRequestError (.next/server/chunks/464.js:121:6683)
    at zn.request (.next/server/chunks/464.js:121:6390)
    at async s (.next/server/chunks/464.js:130:9457)
    at async u (.next/server/app/(auth)/signup/page.js:1:3277)
    at async o (.next/server/app/(root)/users/[id]/page.js:1:214) {
  clientVersion: '6.6.0',
  errorCode: undefined
}
