Mango V3 Navigation sidebar menu switching error
-
Hey, I try to add more pages to the menu on Mango V3. After adding more than 2 pages on Edit menu.
When I click navigation sidebar menu from new page to default pages. I meet an error "A client error occurred." Both this issue happens in Mango ES and software versions.
Export JSON file for your reference.
[0_1519183815862_export.json](Uploading 100%) -
Hi Jenny,
It doesn't look like that JSON file uploaded. Can you try again? If you don't see it turn into a link in the post preview, it may fail to upload. You can email it to support@infiniteautomation.com
I wonder, were there any errors in the Mango/logs/ma.log file? And, is this instance fully up to date?
-
Hi Phil,
Thank you for kindly reply. The JSON file has sent via mail.
-
@jenny said in Mango V3 Navigation sidebar menu switching error:
Hey, I try to add more pages to the menu on Mango V3. After adding more than 2 pages on Edit menu.
Can you please check your web browser console for errors. What browser are you using?
-
@Jenny I had a look at some of your pages, I'm not sure which ones you are using but some of them will obviously cause issues because
- They include HTML
<html>
or<head>
tags - They load additional JavaScript files using
<script>
tags. Especially loading jQuery (its already loaded by our app)
or bootstrap will probably cause issues - You are loading font awesome of different versions in a few different places, this is also already loaded by our app
- The "client error" message in particular seems to be caused by you trying to load the "popper" JS file
- They include HTML
-
@Jared-Wiltshire Thak you for kindly reply.
I'll recheck the pages HTML <html> or <head> tags.
And try to decrease additional JavaScript.
Fix to load font awesome of same versions in different places.