slackapi / slack-api-specs

Open API specifications for platform products by Slack
MIT License
220 stars 64 forks source link

Request not reaching Request URL #45

Closed harshitdx29 closed 3 years ago

harshitdx29 commented 3 years ago

Description

Describe your issue here.

What type of issue is this? (place an x in one of the [ ])

Requirements (place an x in each of the [ ])


Bug Report

Filling out the following details about bugs will help us solve your issue sooner.

Reproducible in:

Development environment:

Steps to reproduce:

  1. I have registered a Request URL and toggled on interactivity. I launch the shortcut and the request comes to the URL. Now I post a payload to view.Open API and the modal is opened
  2. I filled the details in the modal and request never reached the request URL
  3. The response is
    {"ok":false,"error":"curl_error","code":0,"curl_errno":28,"curl_error":"Operation timed out after 3000 milliseconds with 0 bytes received","total_time":2.999589,"url":"http:\/\/<domain>\/thanks"}

    Expected result:

I expect the view_submission event

Actual result:

Request didn't reach my API

Attachments:

Logs, screenshots, screencast, sample project, funny gif, etc. If attaching logs, please remove user data and tokens.

harshitdx29 commented 3 years ago

It was the proxy issue which I had setup on local. Closing the issue