Server error when loading landsat 9 WMS layer

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?

I found out that the WMS endpoint should be services-uswest2.sentinel-hub.com instead of services.sentinel-hub.com for landsat data.

1 Like

Thanks for sharing your solution. It wil be helpful for other users encountering similar errrors