-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue with YAMCS quickstart example #427
Comments
@rjler Thanks again. Let us know if you run into any other issues. |
@rjler this is a bug with our optional dependency checks. I have opened a PR to fix this |
@rjler can you try using 0.0.0.0 instead of your host IP? It looks like there's a CORS issue |
Modified example/index.js const config = { Get missing:taxonomy From dev tools: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://0.0.0.0:9000/yamcs-proxy/api/user/. (Reason: CORS request did not succeed). Status code: (null). |
@rjler how are you running yamcs? are you using the provided Makefile in quickstart to spin everything up via docker? |
quickstart: From https://github.com/akhenry/openmct-yamcs?tab=readme-ov-file#prerequisites |
@rjler Thanks for the info. Seems like the non-docker workflow has broken due to some recent change-- will investigate. In the meantime, you may try the docker workflow and see if that fits your needs. |
Looks like this was closed as a part of #466 |
* adding functionality for initial load example display layout * readding mistakenly removed line * New example default display and supporting components. * New example default display and supporting components. * Finalized new example default display and supporting components. - New main flex layout exercises conditionals and most available object views. - Modded index.js to look for new main layout name. * Updated README.md to include workaround for issue as noted in #427. * Enhancements to example Health display. * fix: add retry / polling limits so browser doesn't hang * chore: lint:fix * test: add smoke test for default display --------- Co-authored-by: Jamie V <[email protected]> Co-authored-by: Mazzella, Jesse D. (ARC-TI)[KBR Wyle Services, LLC] <[email protected]>
Summary
Followed https://github.com/akhenry/openmct-yamcs#installation and get blank webpage
Steps to Reproduce
Installed and successfully started YAMCS quickstart
Followed the instructions from https://github.com/akhenry/openmct-yamcs#installation
git clone https://github.com/akhenry/openmct-yamcs.git
cd openmct-yamcs
npm install
npm run build:example
npm start
Opened firefox to http://192.168.0.69:9000/
Displays a blank black window
Opened the developer tools - displays the following:
Environment
npm -version
9.6.7
node -v
v18.17.1
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: