-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Dashboard won't load: 404 on /bundles/dashboard.bundle.js #155
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
Comments
I just updated to latest version and I can connect to my dashboard anymore. Please help to fix this ASAP. |
We just overhauled the dashboard installation process, can you check the readme and try to new process? |
You mean we can not install from the source code any more? |
You can absolutely install from source, but I would expect most people to not install from source unless they are planning to submit PRs to the dashboard. If you want to contribute and are having issues with the source, I can help, but if you are only planning to use the dashboard and not modify it, I suggest you install from |
@drew-gross I get the same problem even if i install it globally and run |
I just tried to install by using "npm install -g parse-dashboard", but I got below error. Please help!
|
Same issue here as well. Wish Parse staff would fix it. |
@drew-gross A global npm install doesn't fix the issues with the install though. Production mode is literally missing files, I don't really think anyone tested it? |
We pushed a new version (1.0.2) to |
How do you remove node, npm and all that and reinstall? |
So my dashboard and parse server run fine on my local machine. Then when I change configurations and upload to amazon using the elastic beanstalk tool "eb deploy" command. The server crashes and fails and doesn't deploy properly. The error is cannot find dashboard in module.js or something like that. Any help would be appreciated and as parse is shutting down soon, hopefully I figure this out soon also. |
hi, I also cannot export a dashboard using File->Download As->Jupyter Dashboards Server Bundle Notebook attached (remove .txt from filename to run) Have installed everything (dashboard, cms, bundle, server) in correct order. System info:
Console:
|
feat: Add/edit Admin form title params
Environment Setup
npm install --production
Steps to reproduce
npm start
The dashboard does not work at all in production, due to the .gitignore includes of the generated stuff from webpack, etc (/bundles). The app simply will not launch without the presence of /Parse-Dashboard/public/bundles/. The dashboard works in dev after running npm install && npm start, however, when attempting to deploy to a host (ie aws elasticbeanstalk), the ignored files ensure that the app cannot function. It's important that we either send up the generated files (/bundles), or we change the package.json dependencies to also be generating bundles. Trying to understand why these items were added to gitignore ever? More than happy to send a PR if this was a mistake.
The text was updated successfully, but these errors were encountered: