<-- Back

How to determine the Dojo library version used in the Mendix application?

Introduction

This article will describe how to determine the Dojo library version used in a Mendix application. This information is useful when checking if an app is affected by security vulnerabilities in the Dojo library. Note that the Dojo client is deprecated and will be removed in Mendix 12. It will continue receiving security and stability updates until the end of support for Mendix 11.24, as mentioned in the Mendix React Client documentation.

Environment

Studio Pro v11.24 and older

Instructions/Procedure

To determine the Dojo library version used in a Mendix application, follow the steps listed below:

  1. Run the application.
  2. View the application in a web browser.
  3. Navigate to the console in the browser's developer tools.
  4. Run the following command: dojo.version
  5. Observe the output of the command. See the screenshot below for an example:

    mceclip0.png

Outcome

After performing the steps listed above, the Dojo library version of a Mendix application will be shown in the browser console.

Internal information related

Not applicable

Additional information

Have more questions? Submit a request

0 Comments

Article is closed for comments.

To provide feedback, please open a ticket here. Don't forget to include the article's URL along with the feedback you would like to provide.