victorbalssa / abacus

🟠 Abacus: Firefly III mobile application.
https://apps.apple.com/us/app/1627093491
GNU General Public License v3.0
565 stars 42 forks source link

Bug: "Request failed with status 422" #258

Closed gittbuh closed 8 months ago

gittbuh commented 8 months ago

Describe the bug Whenever a submit a withdrawal I get a red error box with the error message "Request failed with status 422".

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior No error messages when submitting a withdrawal.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Additional context Tried with both oauth clients and personal access token authentication.

victorbalssa commented 8 months ago

Following in #259

TickDracy commented 8 months ago

@victorbalssa I'm having the same issue (but only after the update released yesterday). According to the https://github.com/victorbalssa/abacus/issues/259 the solution is to upgrade the Firefly installation, but I'm unable to do it (because the hosting doesn't allow me to).

Is there any way for me to use an older version of the app, which was working perfectly fine for me?

victorbalssa commented 8 months ago

following https://github.com/victorbalssa/abacus/issues/265.

I will just, try to display the current formatting error. But my guess is that the Foreign currency should be set to zero each time you create a new currency. I created a new switch btn a the end of the transaction form to allow you to display/hide the foreign currency field.

victorbalssa commented 8 months ago

but I'm unable to do it (because the hosting doesn't allow me to)

this is the bug you might have with an older F3 version https://github.com/firefly-iii/firefly-iii/issues/8326

TickDracy commented 8 months ago

@victorbalssa Thank you! I've sorted the issue with my hosting provider, and I was able to upgrade the Firefly instance into the latest version. The app is now working as expected.

Cheers!