I’m testing out beta 11 and just have a login page with a notification component that shows an unsuccessful message (401). The message shows in preview mode but when I test in a actual web browser it shows nothing even though the console shows the 401 unauthorised. Any ideas?
Check if your layout page is saved if using node adding some components in a content page adds the scripts etc to the layout page, which in preview is still rendered the browser will need the updated layout too which only get sent if saved.
something to check out might not be the solution this case