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
As discovered in #1270 right now the session API is not responding to requests in time. This happens even with the simplest contract and only on production (not staging).
We need to debug and see where the problem is happening. This is difficult to debug as we don't really have extensive logging or logs that would track the request's whole flow inside the code.
My initial suspicion would be that it's something related to the MemoryStore of express-session BUT when I try to upload a random file like a photo, it does respond on time, saying "no metadata found". So it is related to something downstream.
As discovered in #1270 right now the session API is not responding to requests in time. This happens even with the simplest contract and only on production (not staging).
We need to debug and see where the problem is happening. This is difficult to debug as we don't really have extensive logging or logs that would track the request's whole flow inside the code.
My initial suspicion would be that it's something related to the MemoryStore of
express-session
BUT when I try to upload a random file like a photo, it does respond on time, saying "no metadata found". So it is related to something downstream.View in Huly HI-1251
The text was updated successfully, but these errors were encountered: