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

WordPress.org preview isn't working #2861

Open
bgrgicak opened this issue Dec 13, 2024 · 0 comments
Open

WordPress.org preview isn't working #2861

bgrgicak opened this issue Dec 13, 2024 · 0 comments

Comments

@bgrgicak
Copy link

Hi, I'm working on WordPress Playground, and during my testing noticed that your WordPress.org preview isn't working.

This is happening because your Blueprint is trying to load a file that doesn't exist (https://wpjobmanager.com/wp-content/uploads/2024/03/playground-5.zip).

A simple fix for your preview would be to remove this step, for example, this Blueprint will work for your plugin.

{
  "landingPage": "/wp-admin/edit.php?post_type=job_listing",
  "preferredVersions": {
    "php": "8.2",
    "wp": "latest"
  },
  "steps": [
    {
      "step": "installPlugin",
      "pluginZipFile": {
        "resource": "wordpress.org/plugins",
        "slug": "wp-job-manager"
      },
      "options": {
        "activate": true
      }
    },
    {
      "step": "login",
      "username": "admin"
    }
  ]
}

Please let me know if you have any questions about Playground or using Blueprints for Plugin previews.

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

1 participant