Skip to content

[object Object] in logs coming from routes? #1151

@tomasikp

Description

@tomasikp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions