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
The text was updated successfully, but these errors were encountered:
baptiste00001
added
the
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
label
Dec 2, 2024
balazsorban44
added
docs
Relates to documentation
good first issue
Good issue to take for first time contributors
and removed
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Jan 1, 2025
This will help you set up your development environment to get started. When you are ready, open a PR, and link back to this issue in the form of adding Fixes #1234 to the PR description, where 1234 is the issue number. This will auto-close the issue when the PR gets merged, making it easier for us to keep track of what has been fixed.
Please make sure that - if applicable - you add tests for the changes you make.
If you have any questions, feel free to ask in the comments below or the PR. Generally, you don't need to @mention anyone directly, as we will get notified anyway and will respond as soon as we can)
Note
There is no need to ask for permission "can I work on this?" Please, go ahead if there is no linked PR 🙂
What is the improvement or update you wish to see?
in https://authjs.dev/getting-started/deployment the pnpm command should be:
pnpm dlx auth secret
not
pnpm exec auth secret
Is there any context that might help us understand?
Provided command did not work.
Does the docs page already exist? Please link to it.
https://authjs.dev/getting-started/deployment
The text was updated successfully, but these errors were encountered: