-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
[Priority] LowThis issue/pull request is not immediateThis issue/pull request is not immediate[Type] BugSomething that is not working as expectedSomething that is not working as expected
Description
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:
- Go to https://example.com/wp-admin/plugins.php
- Open the browser inspector
- 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:
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
- I can reproduce this bug consistently using the steps above
WordPress version:
6.2.2
Iceberg version:
1.4.2
Metadata
Metadata
Assignees
Labels
[Priority] LowThis issue/pull request is not immediateThis issue/pull request is not immediate[Type] BugSomething that is not working as expectedSomething that is not working as expected