Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the response in this? #700

Open
stockarea opened this issue May 2, 2024 · 4 comments
Open

Where is the response in this? #700

stockarea opened this issue May 2, 2024 · 4 comments

Comments

@stockarea
Copy link

I can't see response which is being sent by the API in the logs and debugging.

Is there any way I can get it?

image

@itsgoingd
Copy link
Owner

Hey, we don't support collecting the response output at the moment, it's on a todo list for a future release.

@stockarea
Copy link
Author

Okay, but response is CRUCIAL part in debugging things.

@itsgoingd
Copy link
Owner

Yeah, it's a bit tricky to implement, since we don't know what the response will be. It can be empty, simple json response, but also some huge 500MB json structure or a 5GB binary blob, and we need to support all these cases, ideally without crashing your app and adding a lot of processing time.

@UlrichEckhardt
Copy link
Contributor

For that, I'd look at the network activity tab in the browser's debug window, you should be able to find basic stuff like request, response and overall duration there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants