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
After running 3.0 on prod for some days I checked the container logs to reproduce some issues authors reported. This is very hard as the logs are full of interface messages which are not application errors like:
[13:28:24] �[31mERROR�[39m: �[36mu: The email or password provided is incorrect.
[13:16:15] �[31mERROR�[39m: �[36ml: The following field is invalid: alt
[14:08:19] �[31mERROR�[39m: �[36ml: The following field is invalid: content.4.video
IMHO this should only be notices / info in the logs but not application errors.
Reproduction Steps
Check error logs in the container after trying to save an invalid field collection entry.
Adapters and Plugins
db-postgres
The text was updated successfully, but these errors were encountered:
This is because the way errors are passed to the front end are via error messages. I wouldn't necessarily consider this an issue. We could look into possibly adding a flag that would make it so public errors are not logged.
Link to reproduction
No response
Payload Version
3.0.0-beta.68
Node Version
20 LTS latest
Next.js Version
15.0.0-canary.57
Describe the Bug
After running 3.0 on prod for some days I checked the container logs to reproduce some issues authors reported. This is very hard as the logs are full of interface messages which are not application errors like:
[13:28:24] �[31mERROR�[39m: �[36mu: The email or password provided is incorrect.
[13:16:15] �[31mERROR�[39m: �[36ml: The following field is invalid: alt
[14:08:19] �[31mERROR�[39m: �[36ml: The following field is invalid: content.4.video
IMHO this should only be notices / info in the logs but not application errors.
Reproduction Steps
Check error logs in the container after trying to save an invalid field collection entry.
Adapters and Plugins
db-postgres
The text was updated successfully, but these errors were encountered: