I deployed a Chainlit application a couple of weeks ago. When I began stress testing it broke down and triggered a restart on the instance. Looking at the Event logs, I noticed that it exceeded its instance’s memory so I upgraded my plan from Starter to Standard with 2GB RAM. However I am now getting this error:
2024-10-15 14:36:12 - Invalid transport for session w3u81wy30FWnm2EpAAAA (further occurrences of this error will be logged with level INFO)
Oct 15 03:36:12 PM Invalid transport for session w3u81wy30FWnm2EpAAAA (further occurrences of this error will be logged with level INFO)
Oct 15 04:34:02 PM Invalid session YL_SAYqEyFJLrLgnAAAC (further occurrences of this error will be logged with level INFO)
Oct 15 04:34:02 PM2024-10-15 15:34:02 - Invalid session YL_SAYqEyFJLrLgnAAAC (further occurrences of this error will be logged with level INFO)
Why is this happening and how can I resolve it?