Replies: 4 comments 6 replies
-
Did you uncheck the box "Confidential" when you created the client? |
Beta Was this translation helpful? Give feedback.
-
@Joca9227 I have same problem, this is some kind of docker image/container issue. The DNS for network is resolving IP correctly. When I run curl from core container it work fine (I didn't provide token so I got 401)
also no issues when connecting from outside using mapped port, server is responding with 401:
When I run the same from importer container, I am getting timeout:
@JC5 I think it is due to missing "EXPOSE 8080" in core Dockerfile. |
Beta Was this translation helpful? Give feedback.
-
I am experiencing the same issue. I noticed that the Authorize button leads to "localhost" not "localhost:port". In my case Firefly Core is available at http://localhost:8495 and Firefly Importer is at http://localhost:8496 but the Import gives a 500 error because the URL is not including the port number: So I changed it to my port for Importer (8496) to http://localhost:**8496**/oauth/authorize?client_id=5&redirect_uri=http%3A%2F%2Flocalhost%3A8496%2Fcallback&response_type=code&scope=&state={redacted}&code_challenge={redacted}&code_challenge_method=S256 and get the "authorize" screen. Upon selecting Authorize button, however, it gives a 500 error. Turns out this was due to: This was due to https://github.com/orgs/firefly-iii/discussions/6069#discussioncomment-9042219 |
Beta Was this translation helpful? Give feedback.
-
I'm not quiet sure to be honest. I entered the URL in Firefly's settings provided by the Importer, which was 8496 - which is the port for the Importer. I think I tried port 8495 as well and still ended up at a 500 or 404.
Sent with [Proton Mail](https://proton.me/) secure email.
…On Monday, August 26th, 2024 at 11:06 PM, James Cole ***@***.***> wrote:
The URL seems to be correct, but shouldn't that port be 8495 according to your settings?
—
Reply to this email directly, [view it on GitHub](#9097 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAFALCEOTOMYSM3ZNYDQO63ZTQJNBAVCNFSM6AAAAABLT2KAY2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBVHEYTCNI).
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I'm new on Firefly III. I could install the app but i doesn't understand how to proper install Firefly III Data Import.
I'm using portainer.
Firefly version 6.1.19
I use that as variables:
I create a new Oauth client
and when i use on Redirect URL http://ip:81/callback i got an error 500
and if i use anything else i get error : "invalid_client"
I can't connect me to FIREFLY_III_URL http://firefly.jffp.home:8080
I can use the app with any problem but not the Import data
Could someone help me please
Beta Was this translation helpful? Give feedback.
All reactions