Whenever I click on Vehicle Object in Vehicle and Parts menu, I get this constant hover screen.
#Experience Cloud
2 respuestas
,
The constant loading or hover screen typically means the page is misconfigured or the user lacks access to the underlying object or data. Here are a few things to check:
- Ensure the object has a Lightning Record Page assigned to the Experience Cloud app.
- Check that the Experience Site user profile has the right object and field-level permissions for your object.
- Verify that the menu link points to a valid Record Detail or Object List page.
- If any custom components are used on the page, make sure they don’t rely on inaccessible fields or data.
- Use F12 for browser logs or debug logs to identify load errors.
Thanks