-
I have deployed langflow on my kubernetes cluster using the official helm chart for langflow-ide. All my pods are in a running state and there is no error in logs however I am unable to access the web app as it is blocked by an alert pop up. In the background, I can see that pages are loading but this alert pop is blocking the page content. I am attaching a screenshot of the webpage error. Output from Output from |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @Prakshi24! I'm here to help you with the issue you're facing. Let's work together to get it resolved. You need to enable local port forwarding to access LangFlow from your local machine. Run the following command: kubectl port-forward -n langflow svc/langflow-langflow-runtime 7860:7860 After running this command, you can access LangFlow at http://localhost:7860/ [1]. |
Beta Was this translation helpful? Give feedback.
-
Here is the fix if anyone is facing the same issue. |
Beta Was this translation helpful? Give feedback.
Here is the fix if anyone is facing the same issue.
https://github.com/langflow-ai/langflow/pull/2887/files