My app was down for several months (because free running challenge for my staff union only held in 2 weeks very 6 months).
Recently I bring up my app server, make little changes, and create test activities, but those new activities does not automatically push to my app.
Those test activities are successfully fetch manually, but not via webhook.
I added log to my app to see webhook is triggered, but there is no log at all.
I use Postman application to retrieve Subscription, it's fine. However, I can not delete that subscription. If I tried to subscribe new webhook subscription (using Postman), I receive a webpage with something like below:
<!DOCTYPE html>
<html>
<head>
<title>Strava is temporarily unavailable</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='robots' content='noindex' />
<link href='http://strava.static.s3.amazonaws.com/images/favicon.ico' rel='icon' type='image/x-icon'>
Can anyone help please. Thank you