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
I'm encountering the following error when running the project:
TypeError: Cannot read properties of null (reading 'papers') at eval (webpack-internal:///(api)/./src/server/api/routers/searchRouter.ts:51:32) at processTicksAndRejections (node:internal/process/task_queues:105:5) at async resolveMiddleware (/app/node_modules/@trpc/server/dist/index.js:423:30) at async callRecursive (/app/node_modules/@trpc/server/dist/index.js:453:32) at async resolve (/app/node_modules/@trpc/server/dist/index.js:483:24) at async inputToProcedureCall (/app/node_modules/@trpc/server/dist/resolveHTTPResponse-b2ba9325.js:48:22) at async Promise.all (index 0) at async Object.resolveHTTPResponse (/app/node_modules/@trpc/server/dist/resolveHTTPResponse-b2ba9325.js:184:37) at async /app/node_modules/@trpc/server/dist/nodeHTTPRequestHandler-60853005.js:69:9 at async /app/node_modules/@trpc/server/dist/adapters/next.js:49:9
I believe the issue is due to the project not being able to access the research papers database. From what I understand, this database is private. Could you please provide access to this database, or guide me on how I can create my own?
The text was updated successfully, but these errors were encountered:
I'm encountering the following error when running the project:
TypeError: Cannot read properties of null (reading 'papers') at eval (webpack-internal:///(api)/./src/server/api/routers/searchRouter.ts:51:32) at processTicksAndRejections (node:internal/process/task_queues:105:5) at async resolveMiddleware (/app/node_modules/@trpc/server/dist/index.js:423:30) at async callRecursive (/app/node_modules/@trpc/server/dist/index.js:453:32) at async resolve (/app/node_modules/@trpc/server/dist/index.js:483:24) at async inputToProcedureCall (/app/node_modules/@trpc/server/dist/resolveHTTPResponse-b2ba9325.js:48:22) at async Promise.all (index 0) at async Object.resolveHTTPResponse (/app/node_modules/@trpc/server/dist/resolveHTTPResponse-b2ba9325.js:184:37) at async /app/node_modules/@trpc/server/dist/nodeHTTPRequestHandler-60853005.js:69:9 at async /app/node_modules/@trpc/server/dist/adapters/next.js:49:9
I believe the issue is due to the project not being able to access the research papers database. From what I understand, this database is private. Could you please provide access to this database, or guide me on how I can create my own?
The text was updated successfully, but these errors were encountered: