I have created a express API function. I was facing issue calling the function directly via its apprwrite URL on local env so I tried adding a proxy this worked on local env, but when deployed the code on vercel. I faced error: POST https://canteen-management-two.vercel.app/chat/user/yashTest 404 (Not Found). I am even using AppExpress CORS Middleware but still facing such issue. Also added localhost, *.vercel.app as hostname as Platforms to my project. FYI: I am to hit this endpoint using apprwrite's function URL via postman.
@darShan Can you help me with this? Attached images of code. Please let me know if any more info is required.
I don't think this is related to cors.
How did you deploy your function at https://canteen-management-two.vercel.app? Does vercel allow using domain somewhere else?
I see that the direct url hit works - https://66700e5aef9b29ddc13f.appwrite.global/, its probably something with the proxy config you've defined.
Recommended threads
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...
- I reached my budget limit how?
Hi, I got a message saying I reached my budget limit already? Makes no sense? In 4 days I reached 3.4M reads in a project how with only 100 users? This is my pr...