check_in freezes site #4

Open
opened 2023-07-17 22:55:24 -04:00 by bike · 0 comments
Owner

Visiting ./conferences/South2022/administration/check_in/ as an administer essentially freezes BikeBike as it waits to render the page. Didn't observe this in earlier versions, so not sure which change may be causing this.

Currently, to resolve this issue, BikeBike has to be restarted:

docker compose restart

LOG OUTPUT after click:

bikebikebike  | [en.bb] [1633a4de-30bc-496f-9ce0-5581edaded2c] Started GET "/conferences/South2022/administration/check_in/" for 73.183.53.168 at 2023-07-18 03:07:21 +0000
bikebikebike  | [en.bb] [1633a4de-30bc-496f-9ce0-5581edaded2c] Processing by ConferenceAdministrationController#administration_step as HTML
bikebikebike  | [en.bb] [1633a4de-30bc-496f-9ce0-5581edaded2c]   Parameters: {"slug"=>"South2022", "step"=>"check_in"}

.. then hangs
Visiting ./conferences/South2022/administration/check_in/ as an administer essentially freezes BikeBike as it waits to render the page. Didn't observe this in earlier versions, so not sure which change may be causing this. Currently, to resolve this issue, BikeBike has to be restarted: docker compose restart LOG OUTPUT after click: ``` bikebikebike | [en.bb] [1633a4de-30bc-496f-9ce0-5581edaded2c] Started GET "/conferences/South2022/administration/check_in/" for 73.183.53.168 at 2023-07-18 03:07:21 +0000 bikebikebike | [en.bb] [1633a4de-30bc-496f-9ce0-5581edaded2c] Processing by ConferenceAdministrationController#administration_step as HTML bikebikebike | [en.bb] [1633a4de-30bc-496f-9ce0-5581edaded2c] Parameters: {"slug"=>"South2022", "step"=>"check_in"} .. then hangs ```
bike added the
bug
label 2023-07-17 23:56:31 -04:00
Sign in to join this conversation.
No description provided.