Skip to content

[Fix] Support client IDs on HTTP deployments - #239

Merged
JunchenMeteor merged 1 commit into
mainfrom
dev/fix/http-client-id-fallback
Jun 3, 2026
Merged

[Fix] Support client IDs on HTTP deployments#239
JunchenMeteor merged 1 commit into
mainfrom
dev/fix/http-client-id-fallback

Conversation

@JunchenMeteor

Copy link
Copy Markdown
Owner

Summary

  • Add a client-side session ID helper that does not require crypto.randomUUID().
  • Fix the Next global error shown on HTTP IP deployments such as http://106.54.229.202:3200.

Closes #238

Test Plan

  • npm run lint
  • npm run build
  • Verify http://106.54.229.202:3200 after deployment no longer throws crypto.randomUUID is not a function.

@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
meteorvoice Ready Ready Preview, Comment Jun 3, 2026 11:58am

@JunchenMeteor
JunchenMeteor merged commit afedc60 into main Jun 3, 2026
6 checks passed
@JunchenMeteor
JunchenMeteor deleted the dev/fix/http-client-id-fallback branch June 3, 2026 12:00
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

Successfully merging this pull request may close these issues.

[Fix] Support client IDs on HTTP deployments

1 participant