Hello,
I want to deploy this project GitHub - Rekik88/Gemini-Search: Perplexity style AI Search engine clone built with Gemini 2.0 Flash and Grounding. I tried several methods as shown in testing branch, but I couldn’t find anything that works. Does anyone know if it is even possible ?
Hi @rekik88, welcome to the Vercel Community!
Sorry that you’re facing this issue. From the repository readme, it looks like a React+express application.
I’d recommend you to serve your frontend (React application) and Express app in different Vercel projects.
Here are the resources you can refer to get started:
- How to Deploy a React Site with Vercel
- Using Express.js with Vercel
- Root Directory | Configuring a Build
I hope this helps.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.