I have a question about managing my https url between the API and my front end website.
I have developed an ios/android/web application using react native expo. I have a nodejs API that serves these. This is a hobby project so I'm trying to do it cheaply.
Currently the web application is hosted for free on vercel and I have node running on Vultr.
I have bought a url for the vercel web application, but vercel doesn't allow http requests to my node server. Do I need to buy another url just to direct https requests to my backend server or can I have both front end and API on the one url somehow. If so is it possible to keep vercel and vultr or would I be better off having both hosted through vultr.