Replies: 1 comment 3 replies
-
Does it work after you press "start over"? |
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
-
Greetings!
Installed Firefly-III + Importer via Docker. Only changes made to the docker-compose.yml are the port bindings:
The docker images are running on my server, and I use the application from my laptop. Firefly works fine at http://komodo:8800. And http://komodo:8801/token also comes up. But then the Submit fails with ERR_CONNECTION_REFUSED. Because it's trying to go to http://localhost:8080/oauth/authorize. That won't work on my laptop.
Things of note.
(1) On http://komodo:8801/token it says this:
The second URL isn't correct.
(2) This is what I have in
.importer.env
:(3) This is the importer log upon hitting "Submit":
No matter what I set for VANITY_URL, the importer is always using http://localhost:8080. I stop/start the container when updating .importer.env. I expect it would redirect to http://komodo:8800.
I've read https://docs.firefly-iii.org/how-to/data-importer/how-to-configure/ and the table for FIREFLY_III_URL and VANITY_URL, but that (and all) documentation cover the case when using the application on the installation machine. I'd say more common would be using it on a different machine. And I couldn't figure it out.
What am I missing to have the importer authenticate and run properly? I'd appreciate any suggestions.
Cheers!
tjk :)
Beta Was this translation helpful? Give feedback.
All reactions