Difference between Frappe Learning & Learning?

Why do we have these 2 ? What is the difference ? They take you to the same place after clicking.

Can someone explain?

How did you install them? is this site on Frappe Cloud? Both are same you shouldn’t see 2 icons.

1 Like

it’s on Frappe Cloud. I installed all the apps available. Somehow it has options for learning.

Hey Mauli,

Yeah that’s weird. If both go to the same place, it’s likely a duplicate app entry from installing everything. Probably harmless but annoying.

Check your site_config.json or the installed apps list in the desk. One of them might be a legacy version or a leftover from an old install.

Quick fix – try removing one via the bench console:

text

bench --site yoursite remove-app frappe_learning

Just double-check which one is actually being used before removing. If you’re not sure, test disabling one first and see if the other still works.

Had similar duplication with some other apps before – usually nothing broken, just clutter.

1 Like