-
-
Notifications
You must be signed in to change notification settings - Fork 23k
[object Object] in logs coming from routes? #1151
Copy link
Copy link
Closed
Description
Running 3.0alpha4
I am getting some interesting results in my logs out of express. Sometimes my routes will return [object Object] instead of the response code, i.e. 200.
No errors are thrown. However my client side app acts like it received no data. I haven't been able to isolate one of these calls on my client to see what it is receiving from the service call yet.
Any Ideas?
What it looks like:
GET /route 200 13ms
GET /route [object Object] 1ms
GET /route [object Object] 1ms
GET /route [object Object] 1ms
GET /route 200 7ms
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels