Stone_Red
  • Joined on 2026-09-03
Stone_Red opened issue detleph/server#53 2026-09-04 00:21:54 +02:00
[PR #9] [MERGED] Added tests for the event endpoints
Stone_Red closed issue detleph/server#53 2026-09-04 00:21:54 +02:00
[PR #9] [MERGED] Added tests for the event endpoints
Stone_Red opened issue detleph/server#52 2026-09-04 00:21:52 +02:00
[GH-ISSUE #100] Rework database
Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:51 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@stephan418 commented on GitHub (Oct 24, 2022):

  • GET api/participants/"nonexistingPid"
  • 404: Endpoint not implemented

This is right, because this…

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:51 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@stephan418 commented on GitHub (Oct 24, 2022):

  • GET api/media/"nonexistingPid"
  • 404: Endpoint not implemented

Fixed

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:51 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@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…

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:51 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@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…

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:51 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@stephan418 commented on GitHub (Oct 28, 2022):

Funny, not happening to me with dev mode

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:51 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@Flexla54 commented on GitHub (Dec 6, 2022):

Well after some research and discussion with @stephan418 figured out that this problem occurs due to inconsitant…

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:51 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@stephan418 commented on GitHub (Dec 7, 2022):

If the handling of the PrismaClientUnknownRequestError is the only problem, we could simply remove all of those…

Stone_Red opened issue detleph/server#49 2026-09-04 00:21:50 +02:00
[GH-ISSUE #97] Check the server for unsafe code
Stone_Red opened issue detleph/server#50 2026-09-04 00:21:50 +02:00
[GH-ISSUE #95] Server responds with wrong error messages
Stone_Red closed issue detleph/server#50 2026-09-04 00:21:50 +02:00
[GH-ISSUE #95] Server responds with wrong error messages
Stone_Red opened issue detleph/server#51 2026-09-04 00:21:50 +02:00
[GH-ISSUE #93] Create coherent documentation for common APIs
Stone_Red commented on issue detleph/server#51 2026-09-04 00:21:50 +02:00
[GH-ISSUE #93] Create coherent documentation for common APIs

@stephan418 commented on GitHub (Sep 17, 2022):

Task update (2)

The generation of documentation now works without restructuring any server code. I added more…

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:50 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@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…

Stone_Red commented on issue detleph/server#51 2026-09-04 00:21:50 +02:00
[GH-ISSUE #93] Create coherent documentation for common APIs

@stephan418 commented on GitHub (Oct 1, 2022):

Waiting for other task

Waiting for https://github.com/detleph/issues/issues/4

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:50 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@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

Stone_Red commented on issue detleph/server#50 2026-09-04 00:21:50 +02:00
[GH-ISSUE #95] Server responds with wrong error messages

@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…

Stone_Red commented on issue detleph/server#47 2026-09-04 00:21:49 +02:00
[GH-ISSUE #92] Create informational files for the server repo

@Flexla54 commented on GitHub (Oct 6, 2022):

This Part is taken out of the readme because the insomnia config file contains sensitive data!

Set up a…