Monitor and debug your app’s API requests and responses in realtime during development.
The Activity Monitor shows every request your app makes while you are in preview. Check which endpoints are called, see status codes and timing, and inspect request and response details to debug problems.For each entry you can see the method, the path, when it happened, and the status code. Use the search field at the top left to filter by method, path, or other text.
Click any entry in the list to see its details. The details panel has three tabs:
General: Full URL, HTTP method, status code, total time, and timestamps.
Request: What your app sent, including headers, query parameters, and request body.
Response: What the endpoint returned, including headers, body, or error message.
Use this information to confirm your app sends the expected data and the backend returns what you expect.For more on editing your app’s code, see Code Tab.