Hi folks - brand new clean install of Wordpress but when looking at the Application password feature (required for this particular build), I see the message:
“Your website appears to use Basic Authentication, which is not currently compatible with Application Passwords.”
I’ve not basic auth turned on, site is open and as I said above, it’s a vanilla install of WP.
Can anyone point me in the right direction?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello @digitalocean304971
The Application Passwords feature in WordPress communicates via the WordPress REST API, and it seems like the error message you are seeing indicates an issue with that functionality. I suggest checking your .htaccess file, as certain rules may conflict with the REST API. In case this problem persists, try disabling all plugins and switch to a default WordPress theme to isolate the issue.
Additionally, depending on your Droplet’s setup, there might be some server-level configurations affecting this. However, without specific details, it’s difficult to provide a more concrete solution.
You might find this DigitalOcean tutorial, How To Install WordPress with LAMP on Ubuntu 22.04, particularly useful. It provides a step-by-step guide on setting up WordPress, and while it’s focused on Ubuntu 18.04, the principles should be broadly applicable.
Hope that this helps!