You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Une erreur non traité s'est produite
Le message d'erreur est le suivant : Code: P2002 Message:
Invalid prisma.image.create() invocation in
/usr/src/app/dist/models/imageModels.js:79:36
Une erreur non traité s'est produite
Le message d'erreur est le suivant :
Code: P2002
Message:
Invalid
prisma.image.create()
invocation in/usr/src/app/dist/models/imageModels.js:79:36
76 const uuidList = [];
77 yield Promise.all(image.map((img) => __awaiter(this, void 0, void 0, function* () {
78 const ref = (0, crypto_1.randomUUID)();
→ 79 yield prisma.image.create(
Unique constraint failed on the fields: (
img
)Info: Image, img
The text was updated successfully, but these errors were encountered: