Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/collections/kb/cannot-see-cp-submenus.md
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"
```
Copy link
Member

Choose a reason for hiding this comment

The 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`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea to give an example. Something like this:

Or reference the URL from an environment variable in your .env file.

url: "{env:APP_URL}"
APP_URL=https://example.com/