bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
168 stars 80 forks source link

frontend development server: SERVER_ADDRESS is being assigned to a pending promise #1696

Closed Williangalvani closed 1 year ago

Williangalvani commented 1 year ago

We are missing an await here

unfortunately, we can't just add an await there, check https://github.com/vuejs/vue-cli/issues/3328

Williangalvani commented 1 year ago

this can happen if you have the interface already open in the browser:

Screenshot 2023-05-26 at 10 16 57
joaoantoniocardoso commented 1 year ago

Aren't we using typescript to avoid such mistakes? :eyes:

Williangalvani commented 1 year ago

Aren't we using typescript to avoid such mistakes? 👀

fun fact: that is a .js file =P