I created a Fixed Layout page that is supposed to be used as main/home page on wall mounted screen. While developing it opens under /settings/pages/layout/homepage, but it’s a development URL that opens up in development mode. The question is how to access this page when in use, not development? What routing rules are?
@kanyck pages have Page ID and a label unless you specified a different Page IDit will have generated a Page ID something like page_xxxxxx where xxxxxx is a system generated unique number.
To access the page you would go to the url of the server and add /page/page_xxxxxx
Right! Thanks! Unfortunately I could not find it in the docs…