BeaconCMS / beacon

Open-source content management system (CMS) built with Phoenix LiveView. Faster render times to boost SEO performance, even for the most content-heavy pages.

Home Page:https://beaconcms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load custom components in error pages

leandrocp opened this issue · comments

Error pages do not support custom components at this moment, ie: calling <%= my_component %> since it's not safe to do so and requires loading a LV env. For example, a page may break due to a custom component which will trigger an error page, but if that same component is used in the error page it will case an infinite loop. We can revisit this problem when we get to work on #84