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

Activation breaks editing in Elementor, when site is behind Basic Auth #16

Open
portalzine opened this issue Feb 11, 2023 · 1 comment

Comments

@portalzine
Copy link

As soon as the plugin gets activated it breaks editing within Elementor and access to the Rest API
Might be related to colliding Basic Auth, as the website is secured that way.

@nykula
Copy link

nykula commented Dec 7, 2023

Commenting out the swaggerbag and swaggerauth require_once lines in wp-api-swaggerui.php restores my access to wp-json using Application Passwords (WP 5.6+) after installing this plugin. It provides the clearest and most usable OpenAPI definitions for WordPress 6.4.2 out of the three similar plugins available. Conditionally preventing those two files from loading on newer WordPress versions seems to be the only update it needs to work again.

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

2 participants