You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that it's August of 2017 and there's a Youtube video showing how to use Sencha Architect with this example, do the installation instructions need to be updated to make this app work as is?
I have the same 404 errors in the tested desktop app as indapublic. Here's my shell output after following the instructions with "/nodebackend/npm start", then calling the server from my browser (I updated my port to 3070): http://localhost:3070/desktop/
bash output:
Express server listening on port 3070
GET / 404 7ms
GET /desktopapp 404 0ms
GET /PingPongStore/desktopapp/ 404 1ms
GET /desktop 301 1ms
GET /desktop/ 200 4ms - 675b
GET /desktop/ext/ext-dev.js 404 1ms
GET /desktop/ext/ext-theme-neptune.js 404 1ms
GET /desktop/ext/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css 404 2ms
GET /desktop/bootstrap.css 200 6ms - 107b
GET /desktop/bootstrap.js 200 7ms - 53.74kb
GET /desktop/app.js 200 8ms - 1.08kb
GET /desktop/resources/css/style.css 200 4ms - 1.73kb
GET /desktop/ext/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all-rtl.css 404 0ms
GET /desktop/ext/ext-theme-neptune.js 404 0ms
GET /desktop/ext/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css 404 0ms
After installing PingPongStore app I have these errors:
mobile app:
PingPongStore/mobileapp/.sencha/app/microloader/development.js 404 (Not Found)
timecard app:
PingPongStore/timecard/.sencha/app/microloader/development.js 404 (Not Found)
desktop app:
PingPongStore/desktopapp/ext/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css 404 (Not Found)
PingPongStore/desktopapp/ext/ext-dev.js 404 (Not Found)
PingPongStore/desktopapp/ext/ext-theme-neptune.js 404 (Not Found)
PingPongStore/desktopapp/ext/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all-rtl.css 404 (Not Found)
Uncaught ReferenceError: Ext is not defined bootstrap.js:7
Uncaught ReferenceError: Ext is not defined
The text was updated successfully, but these errors were encountered: