No badges yet
No accepted solutions yet
Timeout loop
I created a small Telegram bot using one of my Vercel functions, without using any libraries other than node-fetch@2.7.0. The bot uses fetch to get data from another API....
Where to place js files that aren't serverless
Can't find why but mine doesn't work I used ```json { "routes": [ { "src": "/lib/(.*)", "dest": "/404.html" } ] } ``` and I think it's fixed for now
Where to place js files that aren't serverless
Thank you! That's what I'm looking for but as I said there is 1 more problem that I need to fix, The lib folder and it's files are accessible within the deployment url but I don't...
Where to place js files that aren't serverless
I'm not using any frameworks, I have a small repo with no actual errors the files I said about look like this and I have used them in other places ```js //--ai.js--// const tokens...
Where to place js files that aren't serverless
I have a few js files used in my serverless functions (they are like libraries) and I have reached maximum serverless functions count. I'm looking for a simple way that will let me...