Thanks for that iragudo, that helped me move on to the next step. After debugging through a couple more errors, it has led me to anther bug. When I click connect, it seems to lead me to the correct location, but now I see this error on the screen:
(1/1) ClientErrorResponseException
Client error response
[status code] 400
[reason phrase] Bad Request
[url] https://phasefour.atlassian.net/plugins/servlet/oauth/request-token?oauth_callback=%2Fweb%2Findex.php%2Fcallback
in BadResponseException.php (line 43)
at BadResponseException::factory(object(EntityEnclosingRequest), object(Response))
in Request.php (line 145)
at Request::onRequestError(object(Event), ‘request.error’, object(EventDispatcher))
at call_user_func(array(‘Guzzle\Http\Message\Request’, ‘onRequestError’), object(Event), ‘request.error’, object(EventDispatcher))
in EventDispatcher.php (line 184)
at EventDispatcher->doDispatch(array(array(‘Guzzle\Http\Message\Request’, ‘onRequestError’)), ‘request.error’, object(Event))
in EventDispatcher.php (line 46)
at EventDispatcher->dispatch(‘request.error’, object(Event))
in Request.php (line 589)
at Request->processResponse(array(‘handle’ => object(CurlHandle)))
in Request.php (line 378)
at Request->setState(‘complete’, array(‘handle’ => object(CurlHandle)))
in EntityEnclosingRequest.php (line 49)
at EntityEnclosingRequest->setState(‘complete’, array(‘handle’ => object(CurlHandle)))
in CurlMulti.php (line 303)
at CurlMulti->processResponse(object(EntityEnclosingRequest), object(CurlHandle), array(‘msg’ => 1, ‘result’ => 0, ‘handle’ => ‘Resource id #3’))
in CurlMulti.php (line 257)
at CurlMulti->processMessages()
in CurlMulti.php (line 240)
at CurlMulti->executeHandles()
in CurlMulti.php (line 224)
at CurlMulti->perform()
in CurlMulti.php (line 111)
at CurlMulti->send()
in CurlMultiProxy.php (line 94)
at CurlMultiProxy->send()
in Client.php (line 284)
at Client->send(object(EntityEnclosingRequest))
in Request.php (line 198)
at Request->send()
in OAuthWrapper.php (line 44)
at OAuthWrapper->requestCredentials(‘plugins/servlet/oauth/request-token?oauth_callback=/web/index.php/callback’)
in OAuthWrapper.php (line 30)
at OAuthWrapper->requestTempCredentials()
in index.php (line 54)
at {closure}()
at call_user_func_array(object(Closure), array())
in HttpKernel.php (line 153)
at HttpKernel->handleRaw(object(Request), 1)
in HttpKernel.php (line 68)
at HttpKernel->handle(object(Request), 1, true)
in Application.php (line 496)
at Application->handle(object(Request))
in Application.php (line 477)
at Application->run()
in index.php (line 93)
I still think that this has something to do with my AppLinks not being configured correctly. When I initially try to configure it, I just get this message.
Then, after I click continue, it makes me create the AppLink anyway, without ever verifying that it works. The above URL is just a link I created from a DNS provider, and it points to a virtual machine IP address on my computer. Is there anything I can change that might be preventing my website from sending a response to Jira?