Production deployment connection closed

My production deployment closes the connection (empty response).
This only happens on my main production domain.
I setup another domain to point to production and it works.
Both domains point to the same deployment.
The domain was working fine before.
Rollback to a deployment that worked does not solve the issue.
Redeployment does not solve it either.
DNS records are set up correctly. Again this domain used to work until yesterday.

Deployment URL or Custom Domain: 
Environment (local, preview, production): production
Project Framework:
Build Settings:
  Framework Preset: vite
  Build Command (if not default):
  Output Directory (if not default):
  Install Command (if not default):
Node/Runtime Version: v22.9.0
Package Manager: yarn v4.5.0
Relevant Packages:

Can you share the steps to reproduce the problem?

Unfortunately I am not sure how to reproduce. I am not sure what caused this issue. It is currently affecting my project.

Any error, screenshot, logs you can provide us?

$ curl https://app.getgemba.ai
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to app.getgemba.ai:443 

$ curl https://dev.getgemba.ai

<works fine>

Please update brew, libressl, openssl and curl in your system and give it a try. It looks like a SSL error on your machine. I cannot reproduce this unfortunately:

āžœ  ~ curl -I https://app.getgemba.ai
HTTP/2 307
cache-control: public, max-age=0, must-revalidate
content-type: text/plain
date: Sun, 03 Nov 2024 11:42:10 GMT
location: https://app2.getgemba.ai/
server: Vercel
strict-transport-security: max-age=63072000
x-vercel-id: bom1::zc5j4-1730634130005-b77db2108723

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.