Legacy Knowledge Base
Published Jun. 30, 2025

After upgrading, these ComboServlet errors are shown: 'Skip /o/js/resolved-module/... because its content type is not CSS or JavaScript'

Written By

Jose L. Bango

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Errors like the following appear in the server's log file after an upgrade:
    ERROR [ComboServlet:389] Skip /o/js/resolved-module/frontend-js-tabs-support-web@2.0.12/TabsProvider.js because its content type is not CSS or JavaScript
    ERROR [ComboServlet:389] Skip /o/js/resolved-module/frontend-js-alert-support-web@2.0.10/index.js because its content type is not CSS or JavaScript
    ERROR [ComboServlet:389] Skip /o/js/resolved-module/frontend-js-dropdown-support-web@2.0.10/DropdownProvider.js because its content type is not CSS or JavaScript
    ERROR [ComboServlet:389] Skip /o/js/resolved-module/frontend-js-tooltip-support-web@4.0.17/index.js because its content type is not CSS or JavaScript
    ERROR [ComboServlet:389] Skip /o/js/resolved-module/frontend-js-collapse-support-web@2.0.13/CollapseProvider.js because its content type is not CSS or JavaScript

Environment

  • Liferay DXP Quarterly Releases

Resolution

  • These errors typically occur when the server attempts to find outdated versions of certain resources.
  • To tackle this issue, follow these steps:
    1. Stop the server.
    2. Clean the temporary folders of your installation:
      • [LIFERAY_HOME]/work
      • [LIFERAY_HOME]/osgi/state
      • [LIFERAY_HOME]/tomcat/temp (or equivalent)
      • [LIFERAY_HOME]/tomcat/work (or equivalent)
    3. Start the server again.
  • If the problem still occurs after cleaning the temporary directories, the files are likely to be cached. Double check your CDN or your browser's cache. In addition, double check if you have a customization that results in the wrong versions of .js files being served.
Did this article resolve your issue ?

Legacy Knowledge Base