-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
nodejs-mongo devfile sample issues #14009
Comments
This is tricky as the sample app here is a backend app; the main interaction would be via @sparkoo Do you think adding tasks for "test [x] API path" would resolve this issue? |
Adding it to 7.1.0 as related to #13945 |
the issue with this sample, that it doesn't work on minikube/minishift instances without as for |
I think the main issue here is that the sample app used is a bad example. It's meant to be a backend API; the way to test it would be via something like postman. Even if we redirect to I'm working on updating some of the config to make this smoother for 7.0, but even with workarounds, Che is ill-suited to working on this app without additional software. Some endpoints require JWT auth. |
I have opened #14392 to completely replace the nodejs + mongodb sample |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
https://github.com/eclipse/che-devfile-registry/tree/master/devfiles/nodejs-mongo
3 issues
run the web app
task opens URL that returns 404 (Fix samples endpoint issues #13964, Add previewURL support in Devfile format #13945)run the web app
task for a while, this Error happensChe version
Steps to reproduce
run the web app
taskcreate test user
Expected behavior
Runtime
minikube version
andkubectl version
)Screenshots
Installation method
Environment
The text was updated successfully, but these errors were encountered: