System Information
- Strapi Version: 4.0.4
- Operating System: MacOS
- Database: SQLite 3
- Node Version: 16.13.0
- NPM Version: 8.3.0
- Yarn Version: 1.22
In v3 I had a setting that displayed responses in the terminal. I think this setting is “emitErrors” in “servers.js”. Using this setting in v4 does not emit any errors in the terminal anymore.
What do I have to do to get responses shown again in the terminal of my running strapi instance?
(I specifically need it to check the response to “/auth/local[/register]”, which somehow somewhere returns a “email already taken” (approx.) …)