Closed mituso89 closed 3 years ago
Hello @mituso89 - it seems like a support question instead of a bug report about any of the existing examples. Please ask on forum.serverless.com or https://github.com/serverless/serverless/discussions
I'm going to close this issue
When I added any port in my express app app.listen(port, async () => { //code });
I will got error when i have more than one request to "express server"
if i remove that. it work well.
So i was make some test by added some log into app.listen
I see when i call any API to express for fist request i will got
for second request
Pls give me any ideas how can resolve this problem