You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out why, but after a request sometimes my Express server will unexpectedly stop without logging any specific error. (This is when issue #105 would occur.) This occurred whether or not the server responded.
Strangely though, when I ran grunt serve -v, the Express server kept running along just fine. Went back to grunt serve and ran the same HTTP request and it started crashing again.
No idea why, but thought I might put it here in case you have any guesses.
The text was updated successfully, but these errors were encountered:
Sorry--less certain about running it verbose helping the error, since sometimes running grunt serve -v displays similar behavior. Still getting Express server stops without any errors logged... may have to do with uncaught errors/no responses returned. Let me know if that's expected behavior.
I can't figure out why, but after a request sometimes my Express server will unexpectedly stop without logging any specific error. (This is when issue #105 would occur.) This occurred whether or not the server responded.
Strangely though, when I ran grunt serve -v, the Express server kept running along just fine. Went back to grunt serve and ran the same HTTP request and it started crashing again.
No idea why, but thought I might put it here in case you have any guesses.
The text was updated successfully, but these errors were encountered: