Updated the dependency in convex-auth-example
Hi guys!! I’ve been exploring Convex for the past two days and convex made an example project chat application to showcase auth. However, when I tried to run it locally, I encountered an issue because the
npm-run-all
command dependency was missing. so I fixed it and made PR.
https://github.com/get-convex/convex-auth-example/tree/main
Unfortunately, I received a message indicating that all checks have failed, and it shows:
This is my first PR, what is the problem?GitHub
GitHub - get-convex/convex-auth-example: Convex Auth example repo
Convex Auth example repo. Contribute to get-convex/convex-auth-example development by creating an account on GitHub.
3 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Ah thanks -- I think we have it set up so only Convex employees can generate preview deployments. I'll make sure your change gets added (this repo is also a little weird because it's actually synced over from https://github.com/get-convex/convex-auth)
I have added a delete feature and made a PR, Now users can delete the message on double click