-
Notifications
You must be signed in to change notification settings - Fork 157
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
Frontend is not rendered when web-svc is accessed through kubeproxy #57
Comments
@ctaggart Hmm, interesting -- it looks like the |
There are no errors logged to the javascript console in Firefox or Chrome. |
Hmm, ok, thanks for the quick reply. Can you also paste the output of |
|
Ahh, interesting, I'm able to reproduce this locally as well. It looks like the emojivoto app doesn't work unless it's served from the root URL. Must be a javascript thing. Instead of using
Then you should hopefully see the app when you visit http://localhost:8899 in your browser. |
Yes, the |
Following the tutorial, I applied:
I clicked around the port-forwarded web application a bunch, but I'm not getting anything to show up. Is there a minimum number of requests or something like that?
|
Hmm, yeah, that's unexpected. I saw your comment on linkerd/linkerd2#1451, which is a good place to track that. Will follow up there, and I'll rename the title of this issue to track fixing the javascript issue. |
When trying to access the web app through
kubectl proxy
at http://localhost:8001/api/v1/namespaces/emojivoto/services/web-svc:http/proxy/ , I get a blank page:These other web apps work fine:
The text was updated successfully, but these errors were encountered: