Hi guys..
I have a huge error, that I can´t find a solution yet.
When I create a new instance of directus, everything works fine, Users are created trough Cloudron Loogin with no problem. But after a few days it stop working and returning an Error.
Looking to the logs, I saw this error. There are something I missing ?
Feb 21 09:59:41[12:59:41.587] WARN: [OpenID] Unexpected error during OpenID login
Feb 21 09:59:41err: {
Feb 21 09:59:41"type": "DatabaseError",
Feb 21 09:59:41"message": "insert into \"directus_users\" (\"auth_data\", \"email\", \"external_identifier\", \"first_name\", \"id\", \"last_name\", \"provider\", \"role\") values (DEFAULT, $1, $2, $3, $4, $5, $6, $7) returning \"id\" - invalid input syntax for type uuid: \"\"",
Feb 21 09:59:41"stack":
Feb 21 09:59:41error: insert into "directus_users" ("auth_data", "email", "external_identifier", "first_name", "id", "last_name", "provider", "role") values (DEFAULT, $1, $2, $3, $4, $5, $6, $7) returning "id" - invalid input syntax for type uuid: ""
Feb 21 09:59:41at Parser.parseErrorMessage (/app/code/node_modules/pg-protocol/dist/parser.js:287:98)
Feb 21 09:59:41at Parser.handlePacket (/app/code/node_modules/pg-protocol/dist/parser.js:126:29)
Feb 21 09:59:41at Parser.parse (/app/code/node_modules/pg-protocol/dist/parser.js:39:38)
Feb 21 09:59:41at Socket.<anonymous> (/app/code/node_modules/pg-protocol/dist/index.js:11:42)
Feb 21 09:59:41at Socket.emit (node:events:517:28)
Feb 21 09:59:41at addChunk (node:internal/streams/readable:335:12)
Feb 21 09:59:41at readableAddChunk (node:internal/streams/readable:308:9)
Feb 21 09:59:41at Readable.push (node:internal/streams/readable:245:10)
Feb 21 09:59:41at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
Feb 21 09:59:41"length": 129,
Feb 21 09:59:41"name": "error",
Feb 21 09:59:41"severity": "ERROR",
Feb 21 09:59:41"code": "22P02",
Feb 21 09:59:41"where": "unnamed portal parameter $7 = ''",
Feb 21 09:59:41"file": "uuid.c",
Feb 21 09:59:41"line": "134",
Feb 21 09:59:41"routine": "string_to_uuid"
Feb 21 09:59:41}```