acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
171 stars 129 forks source link

fails to connect to the dashboard wifi #77

Closed subash0793 closed 2 years ago

subash0793 commented 2 years ago

Control hub connects to the IDE, and I can build the program. I can see the dashboard connection running localhost, but it fails to load the other gui, and also no wifi connection shown in the dashboard.

rbrott commented 2 years ago

I'm confused about your setup. The standard way to use dash is (1) add dependency, (2) push code, (3) connect to the RC/CH access point, and (4) navigate to the appropriate URL. Does this work for you?

subash0793 commented 2 years ago

We were able to figure it out. It was problem with the gradle. Gradle were not properly in sync. Once the sdk was reinstalled and gradle was reconfigured it worked.