Not working properly with [email protected]
The global app variable remains undefined on all calls but the LB4 starts in the background on the first request and all subsequent requests throw the error...
Cannot start the application. Error: listen EADDRINUSE: address already in use 127.0.0.1:3000
Was not happening when LB4 was < V2.
Ok. So the issue is with serverless-offline. It's works fine at version 6.4.0 but when I upgraded it, the app become undefined between requests.
Ok. So the issue is with serverless-offline. It's works fine at version 6.4.0 but when I upgraded it, the app become undefined between requests.
@adnanshussain did you ever get around this issue through some workaround or a fix? Please let me know