iceberg-editor icon indicating copy to clipboard operation
iceberg-editor copied to clipboard

EDD Enpoint Returning a 404

Open BrookeDot opened this issue 2 years ago • 0 comments

Describe the bug:

Iceberg tries to "Phone home" to check a valid license key by hitting the end point https://useiceberg.com/edd-sl-api/ However, this endpoint returns a 404.

To reproduce:

  1. Go to https://example.com/wp-admin/plugins.php
  2. Open the browser inspector
  3. See the 404 error.

This error can also be seen by cURLing the URL:

$ curl -I https://useiceberg.com/edd-sl-api
HTTP/2 404

Note I am using the Query Monitor plugin in the screenshot below which makes it easy to see this endpoint failure.

Expected behavior:

The API key to be validated successfully.

Screenshots:

Screenshot 2023-07-11 at 2 45 48 PM

Isolating the problem:

  • [ ] This bug happens with no other plugins activated
  • [ ] This bug happens with the default Twenty Twenty WordPress theme active
  • [ ] This bug happens without the Gutenberg plugin active
  • [x] I can reproduce this bug consistently using the steps above

WordPress version:

6.2.2

Iceberg version:

1.4.2

BrookeDot avatar Jul 11 '23 21:07 BrookeDot