function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrey PinesAndrey Pines 

No components available in the Lightning App Builder

Hello All,

I tried out the Lightning App Builder and it worked, later on I developed Lightning components on my own in the developer console, and at some point in time there were no available components in the Lightning App Builder (see screenshot).
User-added image
Does somebody know what the problem could be?

Thanks in advance.

Best regards
Andrey
Jai ChaturvediJai Chaturvedi
are you using the "implements" attribute in <aura:component>?

<aura:component implements="flexipage:availableForAllPageTypes" access="global">