You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have some questions.
I want to deploy my app on Kubernetes using self-hosting.
But I have some problems.
My problem is this:
When I set the ingress as blah.blah.com, the pod is okay, but I can't find the backend server. I receive this error message:
It's not the situation that I expected, I expected to route to
http://localhost:8000/_event
However, when I set the api_url value and ingress to "http://blah-api.blah.com", it works well.
Why does it route to ws://blah.blah.com:8000/_event when I set api_url to http://localhost:8000?
I attaching my kubernetes deployment's code and python reflex rxconfig code
Beta Was this translation helpful? Give feedback.
All reactions