This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

trying to get bifravst working

Hi ,

I am following the instructions here:

https://bifravst.gitbook.io/bifravst/bifravst-on-aws/simulator

to deploy the web application, and the web application says:

Connecting to http://localhost:1234 ...

Which is probably not right.

When I use node cli connect, and open the url in the browser, this one also tries to connect to localhost.

Any suggestions for getting it running in the cloud? I mostly want to get this working n the cloud, with a real device, but how would I run the application locally?

Thanks,

Calin

Parents Reply Children
  • For instance, I seem to be getting a 404 on the geolocation api:

    The 404 is returned if a specific cell is not known (neither by your devices previous geolocations nor Unwiredlabs [if you have enabled it]), so this is expected.

    Also, the red circle that indicates the device hasn't synced the settings seems to stay on for quite some time.

    It should propagate to the device quickly, so double check that your device is connected, the configuration change should show up on the logs. Note that it will only check for new settings after the next cycle (e.g. in passive mode once movement was detected). In order to save power the device does not listen to configuration changes all the time.

Related