Replies: 1 comment 5 replies
-
Mmm, that's weird. Do the logs of the broken instance of Firefly III also show the 405? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I have a weird issue with data importer.
My Firefly instance is used by two users - me and my partner. I have created two instances of dataimporter running on different ports. Actually both are exactly the same - duplicate containers made via Portainer - except of the port, folder mounted to /import, and API/secret keys.
If im using
docker exec -it [container-id] php artisan importer:auto-import /import
for the import it works perfectly fine on both containers.
But my goal is to use cronicle and POST request to import data to firefly and is this where it gets funny - POST request works perfectly fine with my dataimporter instance, but doesnt work at all with my partners instance:
Details of the container:
Beta Was this translation helpful? Give feedback.
All reactions