Replies: 1 comment
-
Hi, thanks for opening a discussion. As per the documentation, please set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Support guidelines
I've found a bug and checked that ...
Description
I am running my firefly-iii instance on a custom port (25924) using docker. And I have the importer running at 25923. When I try to auth my importer, I get a 500 error and logs have the below error "No route found"
Debug information
[2024-12-13 22:06:57] production.DEBUG: Now at App\Http\Controllers\TokenController::submitClientId
[2024-12-13 22:06:57] production.DEBUG: Submitted data: {"client_id":"2"}
[2024-12-13 22:06:57] production.DEBUG: [a] Base URL is "http://LOCAL-IP-ADDRESS:25924"
[2024-12-13 22:06:57] production.DEBUG: [b] Vanity URL is now "http://LOCAL-IP-ADDRESS:25924"
[2024-12-13 22:06:57] production.DEBUG: Now in App\Http\Controllers\TokenController::redirectForPermission(request, "http://LOCAL-IP-ADDRESS:25924", "http://LOCAL-IP-ADDRESS:25924", 2)
[2024-12-13 22:06:57] production.DEBUG: Query parameters are {"client_id":2,"redirect_uri":"http://LOCAL-IP-ADDRESS:25923/callback","response_type":"code","scope":"","state":"lyVLeET6WjVW42EpIG3QlVK7xhpRoU2tVVsGumJA","code_challenge":"apmhFftH-TBLFEjUUHDPOInjFTyiw-VO20QiYWITUII","code_challenge_method":"S256"}
[2024-12-13 22:06:57] production.DEBUG: Now redirecting to "http://LOCAL-IP-ADDRESS:25924/oauth/authorize?" (params omitted)
192.168.117.1 - - [13/Dec/2024:21:06:57 +0000] "POST /token/client_id HTTP/1.1" 302 2854 "http://LOCAL-IP-ADDRESS:25923/token" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
[2024-12-13 22:07:04] production.DEBUG: Now at App\Http\Controllers\TokenController::callback
[2024-12-13 22:07:04] production.DEBUG: State is valid!
[2024-12-13 22:07:04] production.DEBUG: Params for access token {"form_params":{"grant_type":"authorization_code","client_id":2,"redirect_uri":"http://LOCAL-IP-ADDRESS:25923/callback","code_verifier":"0v6mFb1E6Lh5IZ6VAYYQnRrb1pnJTWDN8zGJaYe4PFXVImQz4htG3i65eHZvLxtHqodcdLmWDDmrqTPco9CWrH2LmypRp7HGyPccUUC2zsFzAlBBmFAPpRgtJ9p8VMkh","code":"def502002f45aae854fc34f6fd5210f9ef8d074e07d171a169aefe0bb923ad54ab575fbc0a80c60d8f798d132afe67b60cadbad34e1f53a6275935bc02d8fe07fae8acc41e89216746d27dde3d5b1f9925139045d9a4b11a1541e9bb46486bb84bd47df8d21a5f347fc5dc9a8c892e470532739363eec9d9c8950259622f5b7aef8509a9f124966e57f388fe6919865ebecfd7a76d24431d9fd66501475b4b2ce6a1f3c40d64778e5be85ceaa2527d59d6fd79feed37bf8b1598d36e9da3ab08f4791c1815b4d60fd1a0196a790ddc18feb760f6574f3192ff702462733c57fd38492334e52ffc2acb02f3ef01fa26ab09c93f13c745c0ac7632423c0f649ab7de5d956bf266192e64591ed272e48ff0e463cfcd894e5224b25f165568a94463dbda20ae51885281455ff438dedf11bf99843c2c0ca5aa53216faf308dc1f21b2a6c4a2b3927cb3f7ba12cbb7ffc1e26579d79ac738d9eb16a10125f05105fa04cb4e0aac6c4c859406ff48dfaf8f95bf2bb85d70282643e5fa58a7737955d992b72e8fcddfda2e4d480fbc8ba0f"}}
[2024-12-13 22:07:04] production.DEBUG: Will contact "http://LOCAL-IP-ADDRESS:25924/oauth/token" for a token.
[2024-12-13 22:07:07] production.ERROR: cURL error 7: Failed to connect to LOCAL-IP-ADDRESS port 25924: No route to host (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://LOCAL-IP-ADDRESS:25924/oauth/token {"exception":"[object] (GuzzleHttp\Exception\ConnectException(code: 0): cURL error 7: Failed to connect to LOCAL-IP-ADDRESS port 25924: No route to host (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://LOCAL-IP-ADDRESS:25924/oauth/token at /var/www/html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:275)
Expected behaviour
No response
Steps to reproduce
No response
Additional info
No response
Beta Was this translation helpful? Give feedback.
All reactions