Closed satmm closed 4 months ago
@satmm is attempting to deploy a commit to the subinoybiswas' projects Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
clippy | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:02pm |
Clippy IDs are not being generated in the preview deploymeny
Clippy IDs are not being generated in the preview deploymeny
@subinoybiswas I have created a new pull request ...Could you please review and deploy it? Let me know if you encounter any deployment errors.
Caught the issue,
const uri = process.env.MONGODB_URI;
should be
const uri = process.env.MONGO_URI;
I have
Caught the issue,
const uri = process.env.MONGODB_URI;
should beconst uri = process.env.MONGO_URI;
@subinoybiswas I have fixed that could you please deploy it again !
Pull Request
Title
Added react-toastify for invalid ClippyID notification
Description
This PR adds a notification using react-toastify to inform users when an invalid ClippyID is entered. If the ClippyID does not exist, a toast message will appear with the text "This ClippyID does not exist!".
Related Issues
Fixes #25
Changes Made
Home
component.Checklist
Screenshots (if applicable)
Additional Notes
Please review the changes and let me know if any adjustments are needed.