mammoth-mouse-1111
06/18/2025, 8:32 PMflyte-core
(revision 1.16.0-b2). I'm deploying this on my on-prem system.
I'm running the following port forwards:
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
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 🙏gentle-tomato-480
06/19/2025, 7:49 AMmammoth-mouse-1111
06/19/2025, 2:11 PM