Skip to content
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

Staging site not showing all sections #48

Closed
sevfurneaux opened this issue Nov 13, 2018 · 6 comments
Closed

Staging site not showing all sections #48

sevfurneaux opened this issue Nov 13, 2018 · 6 comments

Comments

@sevfurneaux
Copy link

On our .staging site, the Seo Pro section in the cp is not showing all the plugin pages:

screen shot 2018-11-13 at 17 22 27

Whilst locally, it is showing all the sections:

screen shot 2018-11-13 at 17 23 13

We have purchased the license. Is this because the site is .staging and not the license's domain?

@jasonvarga
Copy link
Member

What URL do you have set in system.yaml? If it doesn't match correctly, the navigation active state logic doesn't pick it up.

@sevfurneaux
Copy link
Author

We have two locales in system.yaml:

locales:
  de:
    full: de_DE
    name: German
    url: '{env:SITE_URL}'
  en:
    full: en_US
    name: English
    url: '{env:SITE_URL}/en/'

The env:SITE_URL is then setup in Laravel Forge.

@jasonvarga
Copy link
Member

Does the URL match the one you're accessing? http/https too?

@sevfurneaux
Copy link
Author

Aha! We recently changed to https, so assume that is the culprit – we need to explicitly state https in the environment variable?

@jasonvarga
Copy link
Member

Yup that'll do it.

@sevfurneaux
Copy link
Author

Thanks! I've got another issue, so will create a new one 😌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants