Skip to main content
Version: v10.15

WaveMaker Known Issues


WaveMaker frequently updates with new features and bug fixes. Learn about our recent releases here.

Below is the list of known issues reported against the release version. We document these issues, and we streamline them internally. The following list ensures that we are currently working on it, and we expect to fix it soon and provide workarounds, if any.

Known Issue Tracker


10.10.x

Issue descriptionOccured sinceExpected to fix byStatusWorkaround
In the latest version of the Cordova-camera plugin, the edit flag functionality is not working in Android.10.1010.10.xIssue details-
Audio and video widgets fail to play audio and video that require cookie-based authentication.10.1010.10.x--

10.7.x

Issue descriptionOccured sinceExpected to fix byStatusWorkaround
Showing errors in the inspection framework when adding custom formatters with config params in the formatter.js file.v10.7v10.7.xFixed-
Build failure issues on Windows.v10.7V10.7.3Fixed1. Check pre-requisites. 2. Run the maven command as an Administrator.
Issues with war export when you use Jasper Reports in the application.10.7.1v10.7.x In ProgressYou can add the below jfrog repository in the pom.xml file: <repository> <id>jaspersoft-third-party</id> <url>https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url> </repository>
maven-clean-install failing for projects in drive other than /C.10.7.110.7.2Fixed

10.6.x

Issue descriptionOccured sinceExpected to fix byStatusWorkaround
When deploying an app with an Angular production profile, a few JS calls fail with a 403 error. This issue occurs when the app contains a Data Table widget.v10.6v10.7.x In Progress-
Chips widget: When adding chips using ENTER key, duplicate chips are getting added in preview/deploy mode.v10.6v10.7.0Fixed-
Issues when building applications with dependencies with scope test.v10.6v10.7.xFixed1. Remove "pre-compile" action from POM.xml. 2. If connectors are being used, then change the scope of added dependency from test to compile.