-
Notifications
You must be signed in to change notification settings - Fork 130
New KB doc on dissapearing submenus in the CP #380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Control panel submenus not showing | ||
kb_categories: | ||
- Troubleshooting Common Scenarios | ||
id: e86f3460-d6ca-11e8-b568-0800200c9a66 | ||
--- | ||
Are the submenus under collections and users not showing in the CP? If your site is using https, it can cause issues if your environment is expecting http. You can fix this in by changing your site URL in `system.yaml`: | ||
``` | ||
locales: | ||
en: | ||
full: en_GB | ||
name: English | ||
url: "https://example.com" | ||
``` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the whitespace before the backticks otherwise it won't render correctly. |
||
|
||
Or `APP_URL=https://example.com` in your `.env` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably a good idea to give an example. Something like this:
|
Uh oh!
There was an error while loading. Please reload this page.