It seems that the OGC API extension interferes with the WFS 1.0.0 API.
When making a request to this endpoint ows?service=wfs&version=1.0.0&request=GetCapabilities
the follwowing exception is thrown
at org.geoserver.ogcapi.images.STACItemFeaturesResponse.getCapabilitiesElementName(STACItemFeaturesResponse.java:285)
GeoServer 2.21.2, Postgres 14, Java11, Tomcat 9.0
Has been fixed here: https://github.com/geoserver/geoserver/pull/6033
Fix is available on 2.22.x, please upgrade.
It seems that the OGC API extension interferes with the WFS 1.0.0 API.
When making a request to this endpoint ows?service=wfs&version=1.0.0&request=GetCapabilities
the follwowing exception is thrown
at org.geoserver.ogcapi.images.STACItemFeaturesResponse.getCapabilitiesElementName(STACItemFeaturesResponse.java:285)