on my local i am able to hit end points of feather js appliction. but on vercel i am unable to hit the end points it is giving 404 error. but the feather api is deployed successfully. my API is using mongo db
Deployment URL or Custom Domain:
Environment (local, preview, production):
Project Framework:
Build Settings:
Framework Preset:
Build Command (if not default):
Output Directory (if not default):
Install Command (if not default):
Node/Runtime Version:
Package Manager:
Relevant Packages:
If you could share a minimal reproducible example with us, it’d be super helpful. Without seeing the code, it’s difficult to deduce what the problem is.
However, some things to take note of / questions from me:
Vercel uses a file-based routing system for serverless functions. Make sure your API routes are properly set up in your project structure.
FeathersJS might need some adjustments to work correctly in a serverless environment like Vercel.
Ensure that your MongoDB connection is properly configured for the Vercel environment.