https://real-time-chat-application-api-two.vercel.app/
i have developed api for my project and deployed in vercel everything is ok but unable to retrieve data from server (MongoDB)
github
Contribute to RakeshDevarakonda/Real-Time-Chat-Application-API development by creating an account on GitHub.
if I do same in render hostig service it works perfectly but not in vercel
like if goto https://real-time-chat-application-api-two.vercel.app/
i have developed api for my project and deployed in vercel everything is ok but unable to retrieve data from server (MongoDB)
github
Contribute to RakeshDevarakonda/Real-Time-Chat-Application-API development by creating an account on GitHub.
if I do same in render hostig service it works perfectly but not in vercel
if I goto https://real-time-chat-application-api-two.vercel.app/
i have developed api for my project and deployed in vercel everything is ok but unable to retrieve data from server (MongoDB)
github
Contribute to RakeshDevarakonda/Real-Time-Chat-Application-API development by creating an account on GitHub.
[if I do same in render hostig service it works perfectly but not in vercel
if gotopostman API https://real-time-chat-application-api-two.vercel.app/api/register enter details username email password confirmpassword shows An error occurred with your deployment
FUNCTION_INVOCATION_TIMEOUT
swarnava
(Swarnava Sengupta)
August 27, 2024, 9:15am
2
It looks like you are trying to Run a Server in Vercel platform and also relying on Websocket. Please note that Vercel is a Serverless platform and you cannot run Websocket in Vercel platform.
Thanks for the help, but I’m having trouble retrieving data from MongoDB for my API. Can you help me understand why I’m not able to get the data? i have removed socket also
API POST REQUEST
https://real-time-chat-application-api-two.vercel.app/api/login
{
“email":"rakeshdevarakonda2000@gmail.com ”,
“password”:“string”
}
response- sigin successfully with jwt token
can you help with this error is An error occurred with your deployment
FUNCTION_INVOCATION_TIMEOUT
swarnava
(Swarnava Sengupta)
August 27, 2024, 11:01am
4
Could you try the troubleshooting steps we have documented in our docs?
1 Like
system
(system)
Closed
September 26, 2024, 11:01am
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.