We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking at the browser console I'm seeing a failure to load the installer.css file since it's not using a proper MIME type.
installer.css
Refused to apply style from 'https://www.timnolte.com/wp-content/plugins/indieweb/assets/installer.css?ver=5.6.2' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
The text was updated successfully, but these errors were encountered:
Are you sure you run the latest version? The file returns a 404 issue, because we do no longer use the mentioned URL, we changed it to static/css/installer.css: https://github.com/indieweb/wordpress-indieweb/blob/trunk/includes/class-plugin-installer.php#L389
static/css/installer.css
Maybe a caching problem?
Sorry, something went wrong.
Also, it says ver=5.6.2 which is strange, as the plugin is at version 3.4.6
It is the WordPress version.
Yes, but the code uses the plugin version
Maybe an issue with the call, so it falls back to the WP version?
pfefferle
No branches or pull requests
Looking at the browser console I'm seeing a failure to load the
installer.css
file since it's not using a proper MIME type.The text was updated successfully, but these errors were encountered: