Skip to content

fix: Account lookups properly return 404 in associated cases

Martin Lowe requested to merge malowe/main/fix-500-on-404 into main
  • fix: Account lookups properly return 404 in associated cases

In some cases, the 404 error would get returned as a 500 due to a platform bug with the reactive library. The workaround is to directly use the entity stream in those cases.

Merge request reports

Loading