ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
267 stars 95 forks source link

You'll need a volume before you can select a social image! #115

Closed EternalBlack closed 5 years ago

EternalBlack commented 6 years ago

Description

Under /seo/settings I receive

Default Social Image
You'll need a volume before you can select a social image!

Even though I have two Volumes available under /settings/assets

Steps to reproduce

  1. Install SEO

Additional info

Tam commented 6 years ago

I can't re-create this. What other plugins do you have installed?

EternalBlack commented 6 years ago

This is an extract from my composer.json

"require": {
    "craftcms/cms": "3.0.23.1",
    "vlucas/phpdotenv": "^2.4.0",
    "rias/craft-position-fieldtype": "1.0.13",
    "craftcms/redactor": "2.1.6",
    "nystudio107/craft-minify": "1.2.9",
    "craftcms/element-api": "2.5.4",
    "aelvan/imager": "v2.1.0",
    "nystudio107/craft-disqus": "1.0.7",
    "superbig/craft3-shortcut": "2.0.1",
    "barrelstrength/sprout-encode-email": "2.0.5",
    "doublesecretagency/craft-cpcss": "2.1.0",
    "doublesecretagency/craft-cpjs": "2.1.0",
    "craftcms/contact-form": "2.2.2",
    "craftcms/contact-form-honeypot": "1.0.2",
    "craftcms/guest-entries": "2.1.3",
    "ether/simplemap": "3.3.4",
    "dolphiq/iconpicker": "1.0.5",
    "venveo/craft-maintenancemode": "v1.0.3",
    "nystudio107/craft-typogrify": "1.1.11",
    "nystudio107/craft-cookies": "1.1.10",
    "nystudio107/craft-eagerbeaver": "1.0.4",
    "lukeyouell/craft-sidebarthemes": "1.0.5",
    "superbig/craft-entry-instructions": "1.0.0",
    "charliedev/element-map": "1.1.1",
    "swixpop/locate": "2.0.1",
    "rias/craft-contact-form-extensions": "1.0.10",
    "benjamminf/craft-embedded-assets": "1.0.2",
    "putyourlightson/craft-entry-count": "2.0.1",
    "wildbit/craft3-donottrack": "1.0.0",
    "itscoding/serve-secret": "1.2.1",
    "born05/craft-twofactorauthentication": "2.0.0-beta.7",
    "verbb/field-manager": "2.0.2",
    "verbb/expanded-singles": "1.0.4",
    "verbb/cp-nav": "2.0.7",
    "lukeyouell/craft-support": "1.0.0",
    "ostark/craft-async-queue": "1.3.3",
    "topshelfcraft/wordsmith": "3.0.2",
    "ether/logs": "v3.0.0",
    "ether/seo": "3.4.1",
    "verbb/super-table": "2.0.8",
    "whoisjuan/craft-color-mixer": "1.0.5",
    "clearbold/fixmealink": "v1.0.1",
    "selvinortiz/patrol": "3.1.1",
    "fatfish/navigation": "1.0.7",
    "ether/tags": "v1.0.0"
  }

hope this helps tracking down the issue as I'm unfortunately clueless :(

Tam commented 5 years ago

Do all your volumes have public URLs?

EternalBlack commented 5 years ago

Oh my... No, they all were not public... I switched the default one to be public and it works. Thanks for the hint! Would be awesome if we could update the "Error text" as I assume there might be others struggling with this too.

Tam commented 5 years ago

I've updated the warning to be more explicit! It'll be out in the next release.