We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a06293 + 68659e1 commit 3fa7d05Copy full SHA for 3fa7d05
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mendix/mendix-hybrid-app-base",
3
- "version": "9.0.1",
+ "version": "9.0.2",
4
"description": "Mendix PhoneGap Build base package",
5
"scripts": {
6
"appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js",
src/www/scripts/app.js
@@ -151,7 +151,7 @@ export default (function () {
151
return new Promise(async function (resolve, reject) {
152
window.dojoConfig = {
153
appbase: convertProxyUrl(url),
154
- remotebase: convertProxyUrl(url),
+ remotebase: convertProxyUrl(appUrl),
155
baseUrl: url + "mxclientsystem/dojo/",
156
async: true,
157
cacheBust: config.cachebust,
0 commit comments