sign-language-translation-tools / sltt

Mono repo for Sign Language Translation Tool server and client
2 stars 2 forks source link

Odd timeout when two copies of app opened #28

Open Nathan22Miles opened 5 years ago

Nathan22Miles commented 5 years ago

In Chrome on OSX I opened two copies of the app in different tabs. The second copy times out on the get request for 'members'. The chrome network tab shows that the request was made. The nginx access log only shows the CORS Options request (the chrome network tab seems to show that this was answered validly) but the actual GET request never shows up in the access log of the nginx reverse proxy on the server which sits in front of the node app.

AFAIK this has never happened when there was only one copy of the app running.