I do not see cms pages in administration. I have a bug in the console
-
[16:44:10] LOG.error: Missing required parameter for [Route: shop.cms.page] [URI: page/{slug}] [Missing parameter: slug]. {"exception":{}}
-
@danieldino
It looks like you changed the default locale but the CMS pages are still configured in the previous locale.
Take a look at the table "cms_page_translations" in your database and modify the "locale" column. -
on which ?
-
![alt text]( image url)
in the database it shows that I have added a page,
but when i go to the page list nothing is there
-
-
-
this is normal ?
-
You probably deleted some locales used by these pages.
Delete all pages exept one.
Then check your locales on this page : /admin/localesAnd modify the locale of the last page to one of your locale.
-
ok, thank work