Sheraff / soft-serve-tunes

Self hosted music server on raspberry pi
7 stars 0 forks source link

Common audioDB issue clogs up the database connection pool #22

Open Sheraff opened 1 year ago

Sheraff commented 1 year ago
0|soft-serve-tunes  | 2022-11-24T19:25:52: Invalid `prisma.audioDbTrack.create()` invocation:
0|soft-serve-tunes  | 2022-11-24T19:25:52: 
0|soft-serve-tunes  | 2022-11-24T19:25:52: Unique constraint failed on the fields: (`idTrack`)
Sheraff commented 1 year ago

Maybe in AudioDbTrack

entityId String? @unique
entity   Track?  @relation(fields: [entityId], references: [id])

There shouldn't be a @unique track, but a list? But why tho?