acmerobotics / ftc-dashboard

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

mime type unknown uri='/dash' path='dash' while trying to access FTC Dashboard #74

Closed anaconda121 closed 2 years ago

anaconda121 commented 2 years ago

We're trying to set up FTC dashboard and we keep getting this error:

image

we've followed the instructions here: https://acmerobotics.github.io/ftc-dashboard/gettingstarted.

any ideas?

rbrott commented 2 years ago

I would check that you've properly incorporated the 7.0 SDK FtcRobotControllerActivity changes (see https://github.com/acmerobotics/ftc-dashboard/issues/70#issuecomment-946724882).

anaconda121 commented 2 years ago

We used the roadrunner quickstart codebase and now everything works! Thank you!!