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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: