-
Notifications
You must be signed in to change notification settings - Fork 2.2k
front-end index.html not showing images and login is not functional properly #7
Comments
We have just recently re-organized the repo (actually splitting it out into multiple repos) and are currently working on improving the documentation. For deploying the full application, the current documentation is here: https://github.com/microservices-demo/microservices-demo/tree/master/deploy Sounds like in your case the catalogue service did not get deployed or has issues. Can you:
|
Hi idcrosby, Thanks for reply, here is the logs for catalogue, and I didn't see there is catalogue-db service running, basically we deployed using wholeWeaveDemo.yaml using kuberctl. kubectl logs catalogue-1143589911-h1m6pimages: "./images/" logs for front-end: kubectl logs front-end-2855355613-48yxu
Warning: connect.session() MemoryStore is not Please let me know if we missed any steps, or any info you think will help we would like to provide. Thanks. |
The wholeWeaveDemo.yaml file had not been updated with the new catalogue-db service. This has been fixed now. I have tested this out locally now and it is working for me. Please let me know if this solves your issue. |
I have tried with updated wholeWeaveDemo.yaml, deploy applications and services with kubernetes, could see catalogue-db is now running as service, but still show me the same UI without any images showing. seems the services somehow cannot talk to each, should we modify the yaml file, passing variable to make this work? or just deploy with what we get from git?
could you share your steps that I could try? |
I will look into reproducing this setup. Although one issue we ran into in setting up our own cluster was that we required installing Weave Net (https://github.com/microservices-demo/microservices-demo/blob/master/docs/create-staging-environment.md#installing-weave) otherwise we also had communication issues. So this may solve your issue, but I will also try to reproduce this. |
we have kube-dns setup, would this work same way as Weave Net to provide the communication between services? |
For us (at least on staging) we needed Weave in addition to kube-dns |
instead of Weave Net, we are using flannel, we tried the container network works fine, any other tips we could still try? |
We are using kubernetes to deploy sock shop applications, and expose all applications as services.
from front-end index.html, it didn't show the complete web page with missing all the images, and when trying to login with demo/demo credential, it also say not authorized.
We also tried to clone the front-end, deployed to local IIS, it shows the same with missing image, and exact same behavior that we could right click on empty image to "saveas" to physical machine.
could some help with this, and kindly provide ideas, solutions?
The text was updated successfully, but these errors were encountered: