Hi Daniel,
Thank you for your reply. The console seems to have some information for us. When I click on the visualize button I get a 404 error. It seems like instead of the collection ID it is sending 00000000-0000-0000-0000-000000000000 as a request, this is what I get:
{"error":{"status":401,"reason":"Unauthorized","message":"You are not authorized - please provide header [Authorization: Bearer <accessToken>] with your request.","code":"COMMON_UNAUTHORIZED"}}
I can replace it with my collection ID. If I do that I get the following response:
{"@id":"https://services.sentinel-hub.com/configuration/api/v1/metadata/collection/CUSTOM/**COLLECTIONID**","id":"**COLLECTIONID**","location":{"@id":"https://services.sentinel-hub.com/configuration/api/v1/metadata/location/aws-eu-central-1","id":"aws-eu-central-1","url":"https://services.sentinel-hub.com","wmsUrl":"https://services.sentinel-hub.com/ogc/wms","processUrl":"https://services.sentinel-hub.com/api/v1/process","catalogUrl":"https://services.sentinel-hub.com/api/v1/catalog"},"datasetType":"CUSTOM","bands":[{"name":"B0","sampleType":"UINT16"},{"name":"B1","sampleType":"UINT16"},{"name":"B2","sampleType":"UINT16"},{"name":"B3","sampleType":"UINT16"},{"name":"PAN","sampleType":"UINT16"}]}
Note: I replaced my collection ID with COLLECTIONID. If you need it let me know.
I’m not sure why it uses 00000000-0000-0000-0000-000000000000 instead of my collection ID, in the request preceding this one it did use my collection ID and as you might expect I got a 200 response back. It might be something in the collection’s settings that isn’t properly set up, but I wouldn’t know what.