Hi,
I loaded sentinel 2 WMS layers very easily using MapBox GL JS, but when I try to do the same using Landsat 8-9, I get server errors.
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM
"http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
<![CDATA[ Failed to request data for: '0' ]]>
</ServiceException>
</ServiceExceptionReport>
What should I try to do to get it to work?