Hi, thank you for responding!
I enabled debugging and was able to capture the error.
This is the message I received:
Fatal error: Allowed memory size of 134217728 bytes exhausted
/wp-content/plugins/surerank/inc/api/analyzer.php
/wp-includes/class-wpdb.php
Environment:
- WordPress 6.9.4
- PHP 8.3.30
- Spectra 3.0.0-beta.1
After increasing the WordPress memory limit to 512M, the issue no longer occurs and Spectra works as expected.
It looks like Spectra (possibly with other plugins like SureRank) is exceeding the default 128MB memory limit, which results in a 500 error.
Let me know if you need anything else.