Dashboard Javascript Errors in app.js and sitemap
Permalink Browser Info EnvironmentReferenceError: ccmi18n_tourist os not defined
TypeError: b(...).concreteHelpLauncher is not a function
Clicking on sitemap appears to work, but more errors appear
ReferenceError: ccmi18n_sitemap is not defined
The sitemap context menu doesn't appear when clicked and I cannot drag/drop pages
This is a fresh install of 8.4.0, all caches turned off and cleared.
Status: New

Either turn off pretty urls, or update .htaccess accordingly.
For apache, .htaccess should containt this:
[code]
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
[code]
I'm in the same situation here, I get the same JavaScript error (please see attachment), even though the Apache .htaccess appears to be the correct one.