π Description
The RSS Feed block in the WordPress Block Editor throws a block error β `"Error loading block: Invalid parameter(s): attributes"` β when the Spectra plugin is active. The block loads and functions correctly when Spectra is deactivated, confirming Spectra as the root cause.
This was reported via the Spectra V3 Beta Feedback form.
π Steps to Reproduce
- Install and activate WordPress with the Astra theme.
- Install and activate Spectra v3.0.0-beta.2.
- Open the Block Editor (Gutenberg) on any page or post.
- Search for and insert the RSS Feed block.
- Provide any valid RSS feed URL.
- Observe the error displayed in the editor.
β
Expected Behavior
The RSS Feed block should render and function correctly without any errors, regardless of whether Spectra is active or not.
β Actual Behavior
The RSS Feed block displays the following error in the editor:
"Error loading block: Invalid parameter(s): attributes"
The block fails to load entirely when Spectra is active.
π Workaround
Deactivating the Spectra plugin resolves the issue β the RSS Feed block works as expected after deactivation.
π Environment Details
| Detail |
Value |
| Spectra Version |
3.0.0-beta.2 |
| WordPress Theme |
Astra |
| Block Affected |
RSS Feed (Core Block) |
| Editor |
Gutenberg (Block Editor) |
π References
π Possible Root Cause
Spectra may be overriding or interfering with the block attribute registration of core blocks (including the RSS Feed block), causing a conflict with WordPress's block validation layer. This could be related to how Spectra v3 registers or filters block attributes globally.
π§ͺ Suggested Test Cases
Priority: High β affects core WordPress block functionality in beta release.
π Description
The RSS Feed block in the WordPress Block Editor throws a block error β `"Error loading block: Invalid parameter(s): attributes"` β when the Spectra plugin is active. The block loads and functions correctly when Spectra is deactivated, confirming Spectra as the root cause.
This was reported via the Spectra V3 Beta Feedback form.
π Steps to Reproduce
β Expected Behavior
The RSS Feed block should render and function correctly without any errors, regardless of whether Spectra is active or not.
β Actual Behavior
The RSS Feed block displays the following error in the editor:
The block fails to load entirely when Spectra is active.
π Workaround
Deactivating the Spectra plugin resolves the issue β the RSS Feed block works as expected after deactivation.
π Environment Details
π References
π Possible Root Cause
Spectra may be overriding or interfering with the block attribute registration of core blocks (including the RSS Feed block), causing a conflict with WordPress's block validation layer. This could be related to how Spectra v3 registers or filters block attributes globally.
π§ͺ Suggested Test Cases
Priority: High β affects core WordPress block functionality in beta release.