Hello there,
I have 2 projects in Hobby plan. These are a frontend project built with React and Vite and a backend built with nodejs and Express. I have both github projects connected properly and, in the past, I’ve been triggering different deploys using Deploy Hooks in both projects. Actually, both projects are deployed right now in the following URLs:
- https://passkey-api.vercel.app/ ←- nodejs
- https://passkey-admin-pi.vercel.app/auth/sign-in ←- react
The point is that after a few months without doing updates, I’ve tried to trigger new deploys after merging some changes on both projects and suddenly they don’t work anymore. I’m able to trigger the deploy (supposedly) since I receive a response from the HTTP request to the hook which is the following:
{"job":{"id":"ohA52jEAv5BrL1A0vSHz","state":"PENDING","createdAt":1764243625354}}But, as you can see, the state is PENDING and it won’t move from there. The behavior is exactly the same in both projects so now I’m stuck with no option to upgrade my software and I need to do so for my clients.
Has anyone experienced the same problem? Any ideas on where the problem might be? As I’m in Hobby plan Vercel gives no support and they don’t answer my questions, but I would say it is a problem on their end and the AI chat is unable to do anything to help.