This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Courses Tab on left not showing

In the Garmin Connect Webpage im missing the option to create a Course. It should be under Training - Courses, but it's not there. If i go to connect.garmin.com/modern/courses i can create the Course and it Syncys to my Edge 530 Device and the Course is also visible on my Connect App. How do i get the option on the Web?

  • And what other options are in the drop-down list in the Training menu on the left?

    Maybe you don't have some user role, you can check yours in Page Source by mouse's right click, somewhere in the code there should be something like this:

    "userRoles":["ROLE_CONNECTUSER","ROLE_FITNESS_USER",...]
  • I only had "Workouts" tab. But 30min after writing here, all my tabs are here! I had this problem for more then a Week now. So either it fixed itself or someone at Garmin helped me. Either way im happy!

    I did check the userroles now and here are these - "userRoles":["ROLE_CONNECTUSER","ROLE_FITNESS_USER","ROLE_WELLNESS_USER"]

    i only have my Edge device for Cycling

  • Training should include only Workouts when you have only m = a.a.isWellnessUser().

    Other options like Courses, Segments come with h = a.a.isFitnessUser() or b = a.a.isDiveUser().

    Somewhere when creating an account probably there should be some menu where you choose roles, as on screenshot in this thread - Edit features:

    As it works now and you have required role, then maybe it just wasn't loaded properly somehow.