transistorsoft / background-geolocation-console

A field-testing & analysis server for the Background Geolocation plugin
MIT License
151 stars 157 forks source link

Device params from flutter #129

Closed MatyasK closed 2 years ago

MatyasK commented 2 years ago

I setup everything, I can see my data comming to the console, however I can't select devices. And the api receives empty id which you can see in the screenshot.

image

My flutter setup is according to docs.

image

christocracy commented 2 years ago

See my last comment on your other issue and use Config.transistorAuthorizationToken.

delete your url and params. You do not need to manually provide deviceParams.

TransistorAutorizationToken does everything required for successfully posting to background-geolocation-console app.

MatyasK commented 2 years ago

I did setup TransistorAutorizationToken, and removed the url and params, but it still doesn't show up in the console.

image

image

MatyasK commented 2 years ago

I solved my issue, the url needs to be set without the / in the end, thanks for your help, we can give a proper test to it now!