Cannot add www.dutype.com to Discourse Hub app

2 Likes

Can you load https://www.dutype.com/ in your phone’s usual browser?

1 Like

It can be opened in the browser

I get the same behaviour on my device (Android); are you running iOS there?

1 Like

yes,IOS
was not found

This might be a problem with the server configuration - I see on the ssl checker:

And the webview the app uses might trigger the same error from the server whereas the browser does not, but we’ll need to look deeper to be able to tell for sure.

6 Likes

The DiscourseHub app makes a HEAD request to a site’s /user-api-key/new endpoint to check that it is a Discourse site using a recent version of Discourse. On meta, this returns status 200 (and in the headers, it contains the version of the API), on www.dutype.com it returns 400 Bad Request which is why the app can’t load it.

It looks like the site has blocked access to that endpoint or has a misconfiguration.

6 Likes