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
PrismaClientKnownRequestError:
Invalid `prisma.user.findUnique()` invocation:
Inconsistent column data: Error creating UUID, invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-fA-F-], found `m` at 3
at _n.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7749)
at _n.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7057)
at _n.request (/app/node_modules/@prisma/client/runtime/library.js:121:6741)
at async l (/app/node_modules/@prisma/client/runtime/library.js:130:9355)
at async /app/.next/server/chunks/405.js:1:17597 {
code: 'P2023',
clientVersion: '5.17.0',
meta: {
modelName: 'User',
message: 'Error creating UUID, invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-fA-F-], found `m` at 3'
}
}
NB: it was the same kind of error for getMe use case.
where is urn located for model User ? in pgsql db I didnt find any urn:uuid:
re-test without existing data > starting from new volume from scratch, after upd admin pwd and creating one new website, I reproduce same api issue :'(
Hi,
boly38/action-umami-report#59
I'm trying to play basis example (ex. I first would like to list websites)
2.13.3
env
node
result
but I got 504 error with server side error logs :
NB: it was the same kind of error for
getMe
use case.this issue and error logs are close to umami-software/umami/issues/1964
I just try to create a !admin new user and switch env to use this new creds, login is ok but I got same issue for the getWebsites step .. :'(
any help / hint appreciated
regards
The text was updated successfully, but these errors were encountered: