If you edit a post and open the post editor from list, you may see a message and a button - the button is targeting the wrong url.
For example it tries to open /wp-admin/post.php?post=29693&action=edit# which is not the expected behavior.
<div class="bricks-block-editor-notice-wrapper"><p class="bricks-editor-message">This page is built with Bricks.</p><div class="bricks-editor-buttons"><a class="button button-primary" href="#">Edit with Bricks</a><a class="button" href="#">Use block editor</a></div></div>
The link in the top bar is correct.
<a id="toolbar-edit_with_bricks" class="button button-primary" href="https://example.com/?bricks=run">Edit with Bricks</a>