subinoybiswas / clippy

Clippy is an online clipboard tool, to solve the age-old problem of coping and pasting a breeze, it also comes with features like file sharing.
https://clippy.subinoy.me
MIT License
7 stars 28 forks source link

[Fixes]: Adding an error message for non-existent clippy id #20 #25

Closed aryansharma220 closed 5 months ago

aryansharma220 commented 5 months ago

Fixes: #20

Title

Added toast message for invalid clippy Id

Description

Added a route to check for if the given clippy is valid or not, if invalid a toast will appear else it will continue to fetch the message

Checklist

Screenshots (if applicable)

image

Additional Notes

Footer

vercel[bot] commented 5 months ago

@aryansharma220 is attempting to deploy a commit to the subinoybiswas' projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clippy ❌ Failed (Inspect) Jun 2, 2024 2:57pm
subinoybiswas commented 5 months ago

Getting Build Errors image

aryansharma220 commented 5 months ago

@subinoybiswas I am getting the same issue for createClippy route also. Can you give me some idea how to solve it.

aryansharma220 commented 5 months ago

@subinoybiswas I am getting the same issue for createClippy route also. Can you give me some idea how to solve it.

It is saying there is some issue with the mongodb uri as connection string but the uri is completely working

subinoybiswas commented 5 months ago

Not quite sure, make a temp mongodb in local and test Use this for reference image