Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Internal Server Error 500 when creating new transaction #132

@Petapton

Description

@Petapton

Hello, thank you for your amazing work. Wasn't expecting to find something this polished to manage a bank account...
As for the title, I'm getting error 500 when trying to initiate a transaction. It happens when using both API and CLI (on the Android app everything is ok, just to confirm I've not been banned yet).
Unfortunately HTTP server doesn't give any clues about what's going on.

{
  "status": 500,
  "title": "Error",
  "message": "An unexpected error happened",
  "userMessage": {
    "title": "Error",
    "detail": "An unexpected error happened"
  }
}

I'm here to ask whether it happened to someone other than me and in case what was the solution.
At first I thought it was a matter of formatting the amount, but no style made it (tried integer, %.1f and %.2f; nothing worked).
Also I removed spaces from recipient's name, tried with and without BIC and reference.

Thank you in advance for any reply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions