Skip to content

Commit 3fa7d05

Browse files
Merge pull request #133 from Praveen-MX/master
fix for hybrid offline url issue and new version number
2 parents 8a06293 + 68659e1 commit 3fa7d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendix/mendix-hybrid-app-base",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Mendix PhoneGap Build base package",
55
"scripts": {
66
"appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js",

src/www/scripts/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default (function () {
151151
return new Promise(async function (resolve, reject) {
152152
window.dojoConfig = {
153153
appbase: convertProxyUrl(url),
154-
remotebase: convertProxyUrl(url),
154+
remotebase: convertProxyUrl(appUrl),
155155
baseUrl: url + "mxclientsystem/dojo/",
156156
async: true,
157157
cacheBust: config.cachebust,

0 commit comments

Comments
 (0)