You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a discrepancy between server responses weather it's run locally (discrepancy spotted on macOS 10.12.2 Sierra) vs. the server that's running online (clocker.goranche.net).
Yeah, I definitely agree that it might be easier. I'm not interested in "easier". I'd like to learn something new. I agree that it might be cleaner, and that's one thing I'll keep in mind.
I'd like to at least give it a try to solve the issue on the server side. If I won't be able to progress fast enough, or the solution would be indeed be coming out messy I'll opt for the client side solution.
There's a discrepancy between server responses weather it's run locally (discrepancy spotted on
macOS 10.12.2 Sierra
) vs. the server that's running online (clocker.goranche.net
).Sample for local response for
getClients
:[{ "id": "1", "name": "AndCli" }, { "id": "2", "name": "And2Cli" }, { "id": "3", "name": "And3Cli" }, { "id": "4", "name": "Andrej" }, { "id": "5", "name": "And" }]
Sample for online response for
getClients
:[{ "id": 1, "name": "Someone who pays me" }, { "id": 2, "name": "Sponsor" }, { "id": 3, "name": "Andrej" }]
The text was updated successfully, but these errors were encountered: