lirena00 / absurd-expansions

Absurd interpretations of programming acronyms. Keep expansions alphabetically sorted!!
https://absurd-expansions.vercel.app/random
MIT License
9 stars 8 forks source link

not able to find file in vercel hosted instance for abbreviation #11

Open lirena00 opened 2 days ago

lirena00 commented 2 days ago

Endpoint: /random?acr=js

Expected behavior: When making a request to the endpoint /random?acr=js, the API should return the expected response without any issues. This should include generating a response dynamically and serving it consistently across different requests.

image

Current behavior: image

this happens mainly because vercel is serverless and it is not ideal for hosting python apis but yes there is a workaround which has to be implemented

lirena00 commented 1 day ago

it was not fixed afterall .... I looked into vercel's docs and did the same thing but the issue might lie somewhere else hence reopening the issue