Tell us what’s happening:
Describe your issue in detail here.
My solution is not accepted even though it is correct.
The last test case fails. But showing correct output on the console.
Why does this happen?
// running tests
You can add from, to and limit parameters to a GET /api/users/:_id/logs request to retrieve part of the log of any user. from and to are dates in yyyy-mm-dd format. limit is an integer of how many logs to send back. (Test timed out)
This suggest me that is more a network issue than a code issue.
You could have your app open with some logging, and in another window launch the FCC tests and see how your app behaves in regards of response times, etc…etc…
Already did the first time. Took your Repl, and submitted it on the challenge and got all green marks. That’s why I think it’s more of a network issue.
In the inspector you can check how log did your app took to respond to the client, perhaps FCC has a max connection time-to-live on those tests.