You need to sign in to do that
Don't have an account?

duplicate value found: AuraDefinitionBundleId duplicates value on record with id: 0Ad28000000RLPy
Whenever I am trying to Create a new resource like a controller or helper for a Lightning Component, the below message get triggered as a pop-up. However post selecting OK. I am able to proceed with resource creation and everything works fine. But this is triggered always at the first time of resource creation for all new lightning components and application
duplicate value found: AuraDefinitionBundleId duplicates value on record with id: 0Ad28000000RLPy

duplicate value found: AuraDefinitionBundleId duplicates value on record with id: 0Ad28000000RLPy
You just remove custom controller apex class from your lightning component, Lightning component which is refrencing to Apex Class
if you will try to add from <aura:component
controller ="saverent"> when i removed i am able to create controller from Lightning component UI panel . I hope this answer is helpful for you.This error comes in first time when we create lightning component, You no need to worry about this error. It will not reflect on your functionality.