I have been working on a project locally for a while and now I want to make it live, but can’t find where to change it
TL;DR
Developers are looking to change the endpoint from localhost to a Vercel domain for a frontend project that previously ran locally. The solution is to update the endpoint configuration in the project's API calls to use the Vercel domain where the backend is hosted.
Darshan Pandya
30 Dec, 2024, 09:32
Self hosted, Cloud?
What endpoint did you use?
vyuba
30 Dec, 2024, 09:34
Self hosted
vyuba
30 Dec, 2024, 09:34
It was running locally on my pc, now I have hosted it on vercel
Darshan Pandya
30 Dec, 2024, 09:36
You mean the frontend project on Vercel and the Backend on Local?
vyuba
30 Dec, 2024, 09:39
Yes there is no backend it’s a frontend project
vyuba
30 Dec, 2024, 09:39
I am using just crud operation , sign in and login