Troubleshooting
Local development
What debugging tools are available?
For general debugging tools, you should familiarise yourself with the development tools of the frameworks we use:
To get even more information, you can enable debug mode in nuxt.config.ts
.
Deployment
The build failed. How can I tell what went wrong?
The build in PlentyONE uses the standard application script. If you npm run build
locally, you should get the same output.
💡 Automatic build checks
We recommend adjusting the CI pipeline to your needs, so that every change you make is checked automatically.