コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM6.5 JavaScript error "cannot read property" on browser console

Avatar

Level 8

Hi,

 

I am getting the below  console error for MIME type ('text/html') is not a supported. Could you please provide input as how could I resolve it.

 

Capture.PNG

1>StoreMgr undefined:- script from location :- /libs/cq/personalization/widgets.min.js

 

Capture3.PNG

2>Namespace undefined:- script from location /libs/cq/analytics/widgets.min.js

Capture2.PNG

Thanks

1 受け入れられたソリューション

Avatar

正解者
Level 8
When I added the rule in dispatcher the errors got resolved /0002 { /type "allow" /url "/etc.clientlibs/*" }

元の投稿で解決策を見る

3 返信

Avatar

Employee Advisor

I think you might not have permissions to read these javascripts and hence the server might be responding with 404/403 error HTML. And that is why the browser is complaining about the mimetype as error pages have text/html mimetype. Try to access these URLs directly from the browser and see if you are getting 404 or 403 error pages. If yes then check whether the current user has permissions to these libraries or not.  

Avatar

Level 9

Its really hard to know whats going on just from the above information. I would try below:

1. Try in incognito or different browser and see if it occurs. Sometimes, browser plugins may cause this issue

2. tail the error log and see if you can get more info.

 

Thanks,

Singaiah

Avatar

正解者
Level 8
When I added the rule in dispatcher the errors got resolved /0002 { /type "allow" /url "/etc.clientlibs/*" }