๐๐ผ Hello team, I have uploaded my payload app on vercel . When I open the deployed app its showing the welcome page but when I navigate to admin or dashboard I am getting a 404. also tried to use vercel.json but its not working. My server.ts file is under the src directory. https://positive-konnections-f6vphpuq9-moses-projects-a42870f9.vercel.app/
#Routing to other pages on vercel
13 messages ยท Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
Can you provide some code?
This isn't enough info to go off of.
Looks like the vercel project is private as well.
Sure thing here's the code just made it public @random oxide
https://github.com/Geek-Squared/positive-konnections-api
Vercel Project: https://positive-konnections-api.vercel.app/
The vercel project should be showing now. Thanks
{ "version": 2, "rewrites": [{ "source": "/(.*)", "destination": "/src" }] }
vercel.json
Oh, you're trying to run 2.0 on Vercel
That won't work how you'd expect
You'll need to be on 3.0 to do that
and that website template hasn't been updated for 3.0 yet, unfortunately.
Okay sure thank you