langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
48.69k stars 6.98k forks source link

wrong url of guides doc in new feature panel #9624

Closed hanfangyuan4396 closed 1 hour ago

hanfangyuan4396 commented 2 hours ago

Self Checks

Dify version

v0.10.0

Cloud or Self Hosted

Cloud, Self Hosted (Docker)

Steps to reproduce

image

image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

dosubot[bot] commented 2 hours ago

@hanfangyuan4396 Hello there! I'm Dosu, a bot here to help you with bug fixes, questions, and contributions. Let's tackle this issue together.

I found a similar unsolved discussion regarding a 404 error in the documentation of LLM, which might be related to the issue you're experiencing with the wrong URL in the new feature panel [1].

The URL for the guides doc in the Dify interface is configured in the ExtraInfo component within the layout.tsx file. It uses the locale variable to determine the language-specific URL. If the locale is set to zh_Hans, it uses a different URL path than the default [2].

You might want to check if the locale setting is affecting the URL in your case. The locale is determined by the getLocaleOnServer function, which influences the URL structure for the guides documentation [3][4].

To continue talking to Dosu, mention @dosu.