Hi @SrikanthPo3 , You can use ModSecurity to block clients that make an excessive number of requests within a short period at the dispatcher level. I found a helpful documentation link: https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/security/modsecurity-crs-dos-attack...
Hi @vs5 ,The issue is likely due to caching, as it gets resolved when manually clearing the cache. The dispatcher might be serving an outdated .model.json. Please ensure dispatcher cache invalidation for /model.json after publishing.Regards,Ayush
Hi @kbsniquer Could you please also let us know the AEM version which you are using.If on AEM Cloud you can check out this question (https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/import-of-com-adobe-cq-wcm-core-components-models-is-looking-for/m-p/574716).If you are using...
Hi @kbsniquer Can you check if the bundle is in active state (http://localhost:4502/system/console/bundles). Also you can check if the sling model is registered here (http://localhost:4502/system/console/status-slingmodels) and you are using the same package name in the sightly code. Regards,Ayush