@stephan418 commented on GitHub (Oct 24, 2022):
- GET api/participants/"nonexistingPid"
- 404: Endpoint not implemented
This is right, because this…
@stephan418 commented on GitHub (Oct 24, 2022):
- GET api/media/"nonexistingPid"
- 404: Endpoint not implemented
Fixed
@stephan418 commented on GitHub (Oct 24, 2022):
@Flexla54
All the others were not reproducible on my local setup, please look if this was just a problem with…
@Flexla54 commented on GitHub (Oct 27, 2022):
Thanks for your effort so far. However i was able to reproduce those issues with another PC. It happens in dev…
@stephan418 commented on GitHub (Oct 28, 2022):
Funny, not happening to me with dev mode
@Flexla54 commented on GitHub (Dec 6, 2022):
Well after some research and discussion with @stephan418 figured out that this problem occurs due to inconsitant…
@stephan418 commented on GitHub (Dec 7, 2022):
If the handling of the PrismaClientUnknownRequestError is the only problem, we could simply remove all of those…
@stephan418 commented on GitHub (Sep 17, 2022):
Task update (2)
The generation of documentation now works without restructuring any server code. I added more…
@Flexla54 commented on GitHub (Oct 22, 2022):
Wrong responses almost everywhere "where: {" is used. There are too much cases where this happens, why I do not…
@stephan418 commented on GitHub (Oct 1, 2022):
Waiting for other task
Waiting for https://github.com/detleph/issues/issues/4
@stephan418 commented on GitHub (Oct 23, 2022):
Why is this happening? All of these endpoints were tested for spcifically this behavior... makes no sense at all
@stephan418 commented on GitHub (Oct 23, 2022):
All of these endpoints actually have error handling code, it seems more like a bigger bug of the error handling…
@Flexla54 commented on GitHub (Oct 6, 2022):