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
{{ message }}
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
hi, i deployed my own instance of lattice-connect on a server on my local network.
The lattice is on the same network, plugged.
No error with lattice-connect, logs are empty.
Testing the connection with wget :
wget -O- --post-data='[1,2,3]' --header='Content-Type:application/json' 'http://10.0.0.1:3000/XXXX'
return no error.
When i go to https://lattice.gridplus.io, after changing in settings http://10.0.0.1:3000/XXXX the connection endpoint,
i got this error : Failed to make request to device: Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
The text was updated successfully, but these errors were encountered:
think i solved it. i did increase log level to trace to check the connection between the device and lattice-connect.
there was a mistake on my side in the lattice relay custom ip. https://lattice.gridplus.io is still showing the error but i can sign with frame/lattice.
hi, i deployed my own instance of lattice-connect on a server on my local network.
The lattice is on the same network, plugged.
No error with lattice-connect, logs are empty.
Testing the connection with wget :
wget -O- --post-data='[1,2,3]' --header='Content-Type:application/json' 'http://10.0.0.1:3000/XXXX'
return no error.
When i go to https://lattice.gridplus.io, after changing in settings http://10.0.0.1:3000/XXXX the connection endpoint,
i got this error :
Failed to make request to device: Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
The text was updated successfully, but these errors were encountered: