Need help with API deployment
Unanswered
Rajapalayam posted this in #help-forum
RajapalayamOP
Hello when I run the code locally there is no error and the code works perfectly fine. However when I deploy the api has errors. When I check the error it says this
AxiosError: Request failed with status code 400
at settle (file:///var/task/node_modules/axios/lib/core/settle.js:19:12)
at Unzip.handleStreamEnd (file:///var/task/node_modules/axios/lib/adapters/http.js:556:11)
at Unzip.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1368:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
https://github.com/RightNxw/Revenue-Calculator/tree/main
AxiosError: Request failed with status code 400
at settle (file:///var/task/node_modules/axios/lib/core/settle.js:19:12)
at Unzip.handleStreamEnd (file:///var/task/node_modules/axios/lib/adapters/http.js:556:11)
at Unzip.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1368:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
https://github.com/RightNxw/Revenue-Calculator/tree/main