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
Implement a table of received requests on the /debug page. It should display a row for each request made to the server, indexed by the timestamp used in the response.
This will require storing a history of X requests and responses, where X is determined by some cap. Maybe the Render.com limits?
The text was updated successfully, but these errors were encountered:
Implement a table of received requests on the /debug page. It should display a row for each request made to the server, indexed by the timestamp used in the response.
This will require storing a history of X requests and responses, where X is determined by some cap. Maybe the Render.com limits?
The text was updated successfully, but these errors were encountered: