Hello @fbrown
When it comes to the build process, we have no access of how it is made through Dato:
Dato only makes available the information inserted in the dashboard through an API, which is then requested and rendered through your projects code, outside of Dato.
If you are having build issues, it indicates a problem in the process of rendering/requesting the information directly on your code.
Since Dato doesnât have access to the code used to deploy your project, we are unable to identify what may be causing those build issues, as only the backend/front-end developers for your projects code can do so.
If they are getting unexpected responses, or issues with any requests made to dato, please let us know and we can take a look on our end at what could be happening.
Or, if they seem to be having an issue with a specific part of the code that seems to be crashing the project, also let us know and we will try and help to the most of our capabilities
Some good pointers to where the issues could arise from are:
If you changed a âslugâ field, or a field that can be used as a slug, this can create some problems depending on how your code is generating routes/fetching records.
If your project is filtering for some field value to fetch a record, changing that value can make your project no longer fetch that record for rendering.
Any other more in-depth pointers can only be given by a developer that has access to the code and can see how the records are being fetched/rendered.
If you are still running into some issues after checking the fetching-rendering code you can send us an email at support@datocms.com with the project repository so we can take a look on our end what could be causing this.