Hi all - I'm having trouble connecting to the cons...
# flyte-support
m
Hi all - I'm having trouble connecting to the console UI for
flyte-core
(revision 1.16.0-b2). I'm deploying this on my on-prem system. I'm running the following port forwards:
Copy code
kubectl -n flyte port-forward service/flyteadmin 8089:81

kubectl -n flyte port-forward service/flyteconsole 8088:80
I'm getting a
Error: invalid wire type 4 at offset 1
on the console page. Inspecting the console, I get
Copy code
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at <http://calpha-cluster-manager/me>. (Reason: CORS request did not succeed). Status code: (null).
as the first error i run into. If anyone knows how to get around this, I'd gladly appreciate it. Thanks 🙏
g
Which ingress are you using?
m
Yeah sorry I switched to using an ingress instead of port forward and this problem was solved