Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Errors after installing #1

Open
indapublic opened this issue Jul 21, 2014 · 1 comment
Open

404 Errors after installing #1

indapublic opened this issue Jul 21, 2014 · 1 comment

Comments

@indapublic
Copy link

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

@indapublic indapublic changed the title PingPongStore/mobileapp/.sencha/app/microloader/development.js 404 (Not Found) 404 Errors after installing Jul 21, 2014
@polfk
Copy link

polfk commented Aug 22, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants