sdhiman15
sdhiman15
RRunPod
Created by kazuph(かずふ)🍙 on 12/4/2024 in #⚡|serverless
Has anyone experienced issues with serverless /run callbacks since December?
Yes, If using nodejs, set the request header to application/json manually and use express json parser to get the parsed body
app.post('/webook', (req, res) => {
req.headers['content-type'] = "application/json";
express.json()(req, res, ()=> {
console.log(req.body);
// Your code goes here

res.sendStatus(200);
})
})
app.post('/webook', (req, res) => {
req.headers['content-type'] = "application/json";
express.json()(req, res, ()=> {
console.log(req.body);
// Your code goes here

res.sendStatus(200);
})
})
88 replies
RRunPod
Created by kazuph(かずふ)🍙 on 12/4/2024 in #⚡|serverless
Has anyone experienced issues with serverless /run callbacks since December?
my entire flow is disrupted due to this.
88 replies
RRunPod
Created by kazuph(かずふ)🍙 on 12/4/2024 in #⚡|serverless
Has anyone experienced issues with serverless /run callbacks since December?
No one is responding too.
88 replies
RRunPod
Created by kazuph(かずふ)🍙 on 12/4/2024 in #⚡|serverless
Has anyone experienced issues with serverless /run callbacks since December?
yes
88 replies
RRunPod
Created by kazuph(かずふ)🍙 on 12/4/2024 in #⚡|serverless
Has anyone experienced issues with serverless /run callbacks since December?
Yes
88 replies
RRunPod
Created by kazuph(かずふ)🍙 on 12/4/2024 in #⚡|serverless
Has anyone experienced issues with serverless /run callbacks since December?
getting empty object in request.body and undefined in request.rawBody
88 replies
RRunPod
Created by kazuph(かずふ)🍙 on 12/4/2024 in #⚡|serverless
Has anyone experienced issues with serverless /run callbacks since December?
i am not getting any responses
88 replies