Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with new database #845

Open
jaiveertalwar opened this issue May 1, 2024 · 5 comments
Open

Error with new database #845

jaiveertalwar opened this issue May 1, 2024 · 5 comments

Comments

@jaiveertalwar
Copy link

No short links open. Console gives:
API error occurred TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11731:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async d (/var/task/apps/web/.next/server/chunks/3412.js:1:3083)
at async g.execute (/var/task/apps/web/.next/server/chunks/3412.js:1:2146)
at async l (/var/task/apps/web/.next/server/chunks/1678.js:1:912)
at async u.needNotExceededClicks (/var/task/apps/web/.next/server/app/api/analytics/[endpoint]/route.js:1:3155)
at async /var/task/apps/web/.next/server/chunks/9265.js:1:17960
at async /var/task/node_modules/.pnpm/next@14.2.0-canary.67_@babel+core@7.23.0_@opentelemetry[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:34801
at async eS.execute (/var/task/node_modules/.pnpm/next@14.2.0-canary.67_@babel+core@7.23.0_@opentelemetry[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:25910)
at async eS.handle (/var/task/node_modules/.pnpm/next@14.2.0-canary.67_@babel+core@7.23.0_@opentelemetry[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:36055) {
cause: [Error: C03F0609AF7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:355:
] {
library: 'SSL routines',
reason: 'wrong version number',
code: 'ERR_SSL_WRONG_VERSION_NUMBER'
}
}

Copy link

linear bot commented May 1, 2024

@devkiran
Copy link
Collaborator

devkiran commented May 3, 2024

Seems like a database connection issue. Can you confirm your database connection is working fine?

@jaiveertalwar
Copy link
Author

I am able to connect fine from my machine without any ssl issues warns. i have tried a new db also. same error.

@Skarf4U
Copy link

Skarf4U commented May 4, 2024

Have you managed to solve this? My issue is similar, I'm unable to create links, I am however able to create tags, but I get "fetch failed" for adding a link. It works fine locally though, super annoying.

@jaiveertalwar
Copy link
Author

No unfortunately I have not managed. My old deployment, from a three month old fork of the project displays projects correctly but does not display links within the project. Fortunately links still work. On a new fork of the project, the links don’t work also. I’m currently using the old project since my links are used across a variety of places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants