Knowledge Doc: How Can I Diagnose Issues with Redwood UI?
Context: When accessing the Materials tab in the My Maintenance Work section of the Redwood UI, no values are displayed. Should there be materials visible? Is there an underlying error?
Steps to Troubleshoot:
- Enable the Inspect option in your browser.
- Navigate to the Network tab.
- Attempt to open the Materials tab and observe the REST API calls in the Network section.
- Look for the
maintenanceWorkOrderMaterials
entry that has loaded. - Click on it to access the Preview and Response sections.
- In the Preview section, right-click the first row to copy the payload.
- Additionally, check the Response table for the payload results.
Tagged:
2