I have made a java server locally, it works perfectly with mysql db connection, i choosed to deployed it on vercel and make from it requests both from postman and also from the interface of the web app i am writing, but it gives my only errors.Here is what comes out from the server deployment on vercel:
Like i told you on local machine it works perfectly with the interface and also with postman, when i put it online no requests work. Can somebody tell me why or how to make it?
I hope somebody could tell me how to put a java server online making requests from it both on deployment and both with postman or locally.