BeaconCMS/beacon

Incorrect page is rendered after reconnecting

leandrocp opened this issue · 1 comments

After the VM crashes and reboots the existing connections will eventually reconnect but it will show an error page instead of the actual page the visitor was before the crash and the error page won't be styled.

That happens because the loading process is mostly async and the resources aren't loaded in time before the reconnections finishes.

Closed by #434