How would you debug a problem where UI components are not rendering properly on the web.
Anonymous
Start with seeing if any tests are failing. If no tests are failing or none are present, check with a tool like Postman to see if the endpoints are working correctly. If they are, check the code to make sure the endpoint is being called properly from the front end. If it is there, check the response status and body through a breakpoint on Chrome.
Check out your Company Bowl for anonymous work chats.