Skip to content
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

0.13.0 can not show dialogue in browser #11987

Closed
5 tasks done
happyallday opened this issue Dec 23, 2024 · 3 comments
Closed
5 tasks done

0.13.0 can not show dialogue in browser #11987

happyallday opened this issue Dec 23, 2024 · 3 comments
Labels
🐞 bug Something isn't working 🤔 cant-reproduce We can not reproduce it or the information is limited outdated version smaller than 0.13.2

Comments

@happyallday
Copy link

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.13.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

it's work fine when i use Firecrawl to download web Knowledge base,and not work anymore,charge os and browser not work too,could someboy help
pic

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

@dosubot dosubot bot added 🐞 bug Something isn't working 🤔 cant-reproduce We can not reproduce it or the information is limited labels Dec 23, 2024
Copy link

dosubot bot commented Dec 23, 2024

Hello @happyallday! I'm here to help you with any bugs, questions, or contributions related to Dify. Let's work together to resolve this issue!

To address the issue of dialogue not displaying in the browser for Dify version 0.13.0 in a self-hosted Docker environment, you can try the following troubleshooting steps:

  1. Docker Configuration: Ensure that your Docker setup is correctly configured. If you are using Docker to deploy Dify and Ollama, you might encounter connection errors because the Ollama service is not accessible from the Docker container. Use host.docker.internal instead of localhost to expose the Ollama service to the network. This configuration should look like this:

    http://host.docker.internal:11434

    This change allows the Docker container to access the Ollama service running on the host machine [1].

  2. Iframe Configuration: If you are embedding the chat interface using an iframe, ensure that the URL starts with HTTPS, check for any spelling errors, and confirm that the embedded content complies with security policies. Adjust the width and height percentage values in the iframe code if the content is clipped or not fully displayed [2].

  3. Recent Code Changes: Be aware that recent changes in the Dify codebase related to the chat interface might affect its functionality. The ChatWrapper component has been updated to handle new conversation inputs, stop chat message responding, fetch suggested questions, and support feedback. These changes could impact how the chat interface behaves and displays dialogues [3].

If these steps do not resolve the issue, further investigation into the specific environment and configurations might be necessary.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@crazywoola crazywoola added the outdated version smaller than 0.13.2 label Dec 23, 2024
@crazywoola
Copy link
Member

The provided image does not container helpful information, I suggest you can upgrade to latest version to see if this works.

@happyallday
Copy link
Author

thanks,i think i found the problem ,i delete the web Knowledge base download by Firecrawl,everything be fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working 🤔 cant-reproduce We can not reproduce it or the information is limited outdated version smaller than 0.13.2
Projects
None yet
Development

No branches or pull requests

2 participants