Hi!
I have a system that automatically changes the names of devices, based on the user's name and connection type.
When I run this call manually through an HTTP client (e.g. postman) the call works fine and the name changes every time.
However, when I run this API call from my node server (with all configurations identical) the response of the call is OK, but the name only changes sometimes. Other times it stays the way it was, though the call did not return an error.
This used to work fine. It stopped working about two weeks ago, though the code of my server was not changed.
Any idea what might be going wrong?
Is there a way to see the the teamviewer logs so we can understand what is happening?
Thanks,
Ilan