We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
million
1.0.14
NextJS
pnpm
Mac
Arc, Chromium
When booting my application in localhost I have an error in the console:
TypeError: crypto.randomUUID is not a function
you cannot use crypto.randomUUID in insecure contexts I recommend using the uuid package instead.
Million uses uuid instead of the web crypto module.
...
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! A maintainer will review it soon.
Sorry, something went wrong.
No branches or pull requests
What version of
million
are you using?1.0.14
Are you using an SSR adapter? If so, which one?
NextJS
What package manager are you using?
pnpm
What operating system are you using?
Mac
What browser are you using?
Arc, Chromium
Describe the Bug
When booting my application in localhost I have an error in the console:
you cannot use crypto.randomUUID in insecure contexts I recommend using the uuid package instead.
What's the expected result?
Million uses uuid instead of the web crypto module.
Link to Minimal Reproducible Example
...
Participation
The text was updated successfully, but these errors were encountered: