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
The issue I have encountered is that device location gets lost when container is recreated. For example, I was initially running the container without the custom certificates During that time, I have set location for several devices using the UISP API (PUT method on /devices/{deviceId}/location endpoint}. However, after recreating the container with environment variables for custom certificate added, the location was lost. Is this the expected behaviour or am I doing something wrong?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
First of all, let me thank you for this docker image.
I am running it using docker compose which looks as follows:
The issue I have encountered is that device location gets lost when container is recreated. For example, I was initially running the container without the custom certificates During that time, I have set location for several devices using the UISP API (
PUT
method on/devices/{deviceId}/location
endpoint}. However, after recreating the container with environment variables for custom certificate added, the location was lost. Is this the expected behaviour or am I doing something wrong?Thank you.
The text was updated successfully, but these errors were encountered: