Hi
I have a problem tu use the directus orm , for some reason I only can read the register, but I can not store any register , I am using the following code
const res = await context.database("upload_file_error_log").insert({ collection: "courses", message, }).then(e => console.log('e ', e)).catch(err => console.log('err ', err));
what I doing wrong?