Adding appLink fails
Solved
Support
-
This is from a support ticket, but might be interesting for more people.
Trying to add a Crunchbase Profile as an App Link Fails to save for the link https://www.crunchbase.com/organization/swiss-founders-fund-ag resulting in:
Oct 26 17:03:47 box:applinks add: https://www.crunchbase.com/organization/swiss-founders-fund-ag { upstreamUri: 'https://www.crunchbase.com/organization/swiss-founders-fund-ag', label: 'Crn', accessRestriction: null, tags: [] POST /api/v1/applinks 400 Bad Request cannot fetch upstream uri for favicon and label 302.490 ms - 93
The root cause here is, that this domain happens to be hosted on CloudFlare, which returns a 403 status code to our request to attempt to fetch the page from the backend to retrieve title and favicon.
I am not sure what the solution is, either there is a way to circumvent the bot protection which causes the 403 or we should allow adding applinks, even if these things fail.
-
-