Troubleshooting Errors when using WordPress with RightBlogger
Having trouble connecting your WordPress site to RightBlogger? Don’t worry, we’ve got you covered! This guide covers the most common connection problems and how to fix them when using the WordPress integration.
Important Note: RightBlogger integrates with self-hosted WordPress sites (WordPress.org), not sites hosted on WordPress.com. WordPress.com doesn’t allow the necessary connections.
If you’re seeing an error that’s not listed below, please contact us any time, we’re happy to help!
Common Errors and Solutions
Here are some of the most frequent errors you might encounter with the WordPress integration, along with their causes and solutions:
Incorrect Username or Application Password
Sorry, you are not allowed to create posts as this user. - This is likely due to an incorrect username or application password.
What it usually means: There’s a problem with your username, email, or application password.
Possible Solutions:
- Double-Check Your Credentials: Make absolutely sure you’ve entered your WordPress URL, username/email, and application password correctly. Typos happen!
- Try Your Email Address: Instead of your username, try using the email address associated with your WordPress account.
- Flush Permalinks: Go to your WordPress dashboard, navigate to
Settings > Permalinks, and click “Save Changes” (you don’t need to actually change anything). This “flushes” the permalinks and can resolve some connection issues. - Check for Conflicting Plugins: Some plugins can interfere with WordPress’s built-in API. Temporarily deactivate any security or API-related plugins to see if that resolves the issue. (See “Known Plugin Conflicts” section below). We talk about this later in the guide.
You’ll also want to make sure your domain name matches your integration’s URL exactly. For example, if your site is “www.sitename.com”, it needs to include the “www.”
Fetch Failed (Not Found)

What it usually means: You’ve likely entered your WordPress site URL incorrectly.
Solutions:
- Verify Your Homepage URL: Double-check that you’ve entered your site’s homepage URL correctly in your RightBlogger project settings. For example, if your site is
example.com, enterexample.com. Don’t enter your WordPress login page URL. - Subdirectory Installs: If WordPress is installed in a subdirectory (e.g.,
example.com/blog), make sure to include the subdirectory in the URL (example.com/blog). - HTTPS vs. HTTP: Ensure you’re using the correct protocol (
https://if your site has an SSL certificate,http://if it doesn’t – but most sites should be using HTTPS these days).
Incorrect Password
"Error: The password you entered for the username example is incorrect. Lost your password?"
If you’re seeing an error saying your password is wrong but you know your username and application password are incorrect it could be one of two things.
- EasyWP Hosting: If you’re using EasyWP, you must install the “Application Passwords” plugin. For some reason, EasyWP disables the built-in WordPress API authentication, and this plugin is required to fix it.
- Conflicting Plugins: Certain plugins that modify API authentication can cause conflicts. Deactivate any plugins that might be interfering with the WordPress API. Try reconnecting after deactivating each plugin to identify the culprit (You might have a plugin called something like “JSON API”.)
Application Passwords Disabled by Wordfence

he Wordfence security plugin, if installed, often disables WordPress Application Passwords by default.
Solution:
- Go to Wordfence Settings: In your WordPress dashboard, navigate to
Wordfence > All Options. - Find the Setting: Look for an option like “Disable WordPress application passwords” (the exact wording may vary slightly depending on the Wordfence version).
- Disable the Setting: Make sure this option is unchecked (disabled) to allow Application Passwords to function.
- Try to connect again.
The REST API has been restricted to authenticated users.

You have a plugin like Adminify that is preventing the JSON API on your WordPress site from functioning. This prevents RightBlogger from updating and sending content to your site. Uncheck “Disable REST API” in the security tab of Adminify. It also may be under “Admin and Site Enhancements ASE” plugin.
Sorry, you do not have permission to make REST API requests.

If you see an error saying you don’t have permission to make REST requests, a plugin like Perfmatters is likely blocking access to the WordPress API and preventing our plugin from working. Make sure any plugin that restricts the REST API has the option disabled.
Also in the Solid Security plugin this is under “API Access” in the “REST API” setting.
Please be sure JavaScript and Cookies are enabled in your browser and try again.
If you are seeing an error similar to “Sorry, there was an error. Please be sure JavaScript and Cookies are enabled in your browser and try again.” Your server likely is using a firewall like Cloudflare or WP-SpamShield.
Our user agent is RightBlogger/1.0 (https://rightblogger.com) if you’d like to allowlist our user agent.
Known Plugin Conflicts
These plugins are known to sometimes cause issues with WordPress API authentication. We have seen WordPress say that an application password is incorrect even though it’s not when they are active. If you have them installed, try temporarily deactivating them to see if it resolves the connection problem:
- Basic API Authentication plugin (This is an outdated plugin and generally shouldn’t be used.)
- JSON Basic Authentication plugin (Also outdated in most cases.)
Important Note: Always back up your website before making any significant changes, including deactivating plugins.
If you’ve tried all these steps and are still having trouble connecting, please don’t hesitate to contact us at [email protected]. We’re here to help!
Can I use RightBlogger with WordPress.com, or only with self hosted WordPress?
RightBlogger works with self hosted WordPress sites, not WordPress.com. WordPress.com does not allow the connection RightBlogger needs to publish and update content.
A quick way to avoid setup problems is to confirm your site type before you connect it. If your site is on WordPress.com, this integration will not work there.
When you connect your site, use your homepage URL and not your login page URL. The WordPress integration guide walks through the setup step by step.
Why does RightBlogger say I am not allowed to create posts as this user?
This error usually means your username, email, application password, or site URL does not match. In many cases, the problem is just a small typo or the wrong login field.
Try your email address instead of your username, and paste in a new application password. Also make sure your site URL matches exactly, including www if your site uses it.
Next, go to Settings > Permalinks in WordPress and click Save Changes to flush permalinks. If the error stays, temporarily turn off security or API plugins, especially older tools like Basic API Authentication or JSON Basic Authentication, and test again.
What does Fetch Failed (Not Found) mean when I connect WordPress to RightBlogger?
Fetch Failed (Not Found) usually means RightBlogger cannot find the correct WordPress site address. This often happens when the wrong URL was added during setup.
Use your homepage URL, such as example.com, and do not use your WordPress login page URL. If WordPress is installed in a folder like example.com/blog, include that folder in the URL.
Also check that you chose the right protocol, which is usually https:// on most sites. A small URL fix here can save a lot of time before you start writing and publishing.
Why am I getting REST API or permission errors with RightBlogger and WordPress?
REST API errors usually mean a plugin or security setting is blocking WordPress from talking to RightBlogger. RightBlogger needs the REST API to send posts and updates to your site.
Plugins like Adminify, Admin and Site Enhancements, Perfmatters, or Solid Security may disable the REST API or limit access to it. Look for settings like Disable REST API, API Access, or other REST restrictions and turn them off.
If you see a message about JavaScript and cookies, a firewall such as Cloudflare or WP-SpamShield may be challenging the connection. In that case, allowlist the user agent RightBlogger/1.0 (https://rightblogger.com) and try again.
Can Wordfence or EasyWP stop WordPress application passwords from working?
Yes, both Wordfence and EasyWP can cause application password problems. That can make RightBlogger fail to connect even when your login details seem correct.
In WordPress, go to Wordfence > All Options and find the setting for disabling WordPress application passwords. Make sure that option is unchecked, then reconnect your site.
If you use EasyWP, install the Application Passwords plugin because EasyWP can disable built in API authentication. After that, create a new application password and test the connection again.
How can RightBlogger help me publish faster after my WordPress connection is fixed?
Once your connection works, RightBlogger can help you move from draft to published post much faster. You can write in the RightBlogger AI Article Writer and send your post to WordPress without extra copy and paste.
Before you publish, review your content with SEO Reports to catch simple improvements. This helps you tighten headings, keyword use, and on page SEO in less time.
If you publish often, RightBlogger also includes autoblogging and scheduling tools to keep content moving. That gives you a smoother workflow once your WordPress connection is stable.
New:Autoblogging + Scheduling
Automated SEO Blog Posts That Work
Try RightBlogger for free, we know you'll love it.
- Automated Content
- Blog Posts in One Click
- Unlimited Usage




