I am setting up oAuth flow in postman and all works ok until it calls the token URL at which point it fails with a 404 as per the below. If anyone has some ideas on this help would be much appreciated:
- ▶Network▶Request HeadersContent-Type: application/x-www-form-urlencodedAuthorization: Basic MTEyOTM1OmIyOTUxMjZiYmIwYTBkZThkNzVjNDdkYWMwZDc3NDJkYTI1ZWIzZDY=User-Agent: PostmanRuntime/7.32.3Accept: */*Cache-Control: no-cachePostman-Token: 5338b39b-26c7-4e29-8522-37083712d01dHost: www.strava.comAccept-Encoding: gzip, deflate, brConnection: keep-aliveContent-Length: 133Cookie: _strava4_session=oi9vk4mpurrq5ere7c9msr25p75menc6
- ▶Request Body
- grant_type: "authorization_code"
- code: "e2632985384fd78ff6d482d42fedb3cfcb20cf7d"
- redirect_uri: "https://oauth.pstmn.io/v1/callback"▶Response HeadersContent-Type: application/json; charset=utf-8Transfer-Encoding: chunkedConnection: keep-aliveDate: Wed, 30 Aug 2023 10:06:54 GMTVia: 1.1 linkerd, 1.1 linkerd, 1.1 b66a7470c341bb8edfe0c35c17d6e508.cloudfront.net (CloudFront)Vary: Accept, OriginPragma: no-cacheServer: nginx/1.21.3Status: 404 Not FoundExpires: Sat, 01 Jan 2000 00:00:00 GMTX-Request-Id: 2d3b4acd-92e4-4ae0-b73b-998df6d7566eCache-Control: no-storeReferrer-Policy: strict-origin-when-cross-originX-Frame-Options: DENYContent-Encoding: gzipX-XSS-Protection: 1; mode=blockX-Download-Options: noopenX-Content-Type-Options: nosniffX-Permitted-Cross-Domain-Policies: noneX-Cache: Error from cloudfrontX-Amz-Cf-Pop: LHR61-P6X-Amz-Cf-Id: yxmqCjPngWgMsfn1LESnVmE6P06ov6HJP6ezzQb47QpanmmRxZVjjQ==▶Response Body{"message":"Record Not Found","errors":d{"resource":"resource","field":"path","code":"invalid"}]}