Portainer Install: Importer tool gives unable to connect to server error #9892
Unanswered
theglove44
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey, thanks for starting this discussion. Please check out https://docs.firefly-iii.org/references/faq/data-importer/general/ :) Cheers, |
Beta Was this translation helpful? Give feedback.
3 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've had a look through the open and closed issues and not been able to find one specifically that relates to my issue unless I've overlooked it.
I've installed Firefly inside Portainer as per the install instructions.
The .yml file and .env file have been downloaded and updated as per the directions.
The oAuth client has been created and when I enter the client ID in the data importer tool I get a browser error saying can not load server.
Debug information
[2025-02-22 10:57:57] production.DEBUG: Now at App\Http\Controllers\TokenController::submitClientId [2025-02-22 10:57:57] production.DEBUG: Submitted data: {"client_id":"2"} [2025-02-22 10:57:57] production.DEBUG: [a] Base URL is "http://app:8080" (based on "FIREFLY_III_URL") [2025-02-22 10:57:57] production.DEBUG: [b] Vanity URL is now "http://app:8080" (based on "FIREFLY_III_URL") [2025-02-22 10:57:57] production.DEBUG: [c] Vanity URL is now "http://localhost" (based on "VANITY_URL") [2025-02-22 10:57:57] production.DEBUG: Now in App\Http\Controllers\TokenController::redirectForPermission(request, "http://app:8080", "http://localhost", 2) [2025-02-22 10:57:57] production.DEBUG: Query parameters are {"client_id":2,"redirect_uri":"[http://10.0.0.179:89/callback"](http://10.0.0.179:89/callback%22);,"response_type":"code","scope":"","state":"lWZyTKrEGoy6Jy02bQ9HPkmjNS12z9acbkfDemMY","code_challenge":"3AJqOdIn0V9yKL2mDoI1xHXdrzgIYCfKwoWTWFTsBCI","code_challenge_method":"S256"} [2025-02-22 10:57:57] production.DEBUG: Now redirecting to "http://localhost/oauth/authorize?" (params omitted) 10.0.0.221 - - [22/Feb/2025:10:57:57 +0000] "POST /token/client_id HTTP/1.1" 302 1378 "[http://10.0.0.179:89/token"](http://10.0.0.179:89/token%22); "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15" "-"
Expected behaviour
No response
Steps to reproduce
No response
Additional info
Beta Was this translation helpful? Give feedback.
All reactions