0
votes

I need help to understand the documentation for Fluent, from here Fluent config documentation

The documentation says: "You can create locales via the /admin/locales CMS section."

When I create a locale, for example english, and then click on it I get at popup saying "Not Found". Do I need to install the locale somewhere else before using it?

2

2 Answers

0
votes

Did you run dev/build?flush=1 when you installed the module? After installation you should have everything read to go, and can start adding locales in the CMS.

Note that when you add your first locale in the CMS, the existing pages you have will not be available in that locale and you'll need to go into the Pages section and publish the pages you want to show up in your default locale.

0
votes

I ran into this aswell.

The problem were missing files in the resouces folder. The 'Not found.' message in the admin panel refers to missing static assets like js and css files from the resouces folder. Open up your dev tools and inspect the 404'd requests. There you can see which files exactly are missing.