浏览器内核版本过低比如:Chrome/107版本,访问聊天页面会提示错误信息 #119

Closed
opened 2026-02-16 11:19:48 -05:00 by yindo · 1 comment
Owner

Originally created by @Jason00li on GitHub (Mar 21, 2025).

Image
Image

Originally created by @Jason00li on GitHub (Mar 21, 2025). ![Image](https://github.com/user-attachments/assets/ae13b6c5-8c59-4ed9-9858-545893212378) ![Image](https://github.com/user-attachments/assets/7559a99e-ce39-47eb-b2d7-04b01b4edf84)
yindo added the bug label 2026-02-16 11:19:48 -05:00
yindo closed this issue 2026-02-16 11:19:48 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Mar 21, 2025):

@Jason00li Hello there! 👋 I'm here to help you with bug fixes, answer questions, and even guide you on how to become a contributor. I'm Dosu, a bot designed for these tasks.

The error message "e.toReversed is not a function" suggests that the toReversed function is being called in the DeepSeek application, but it is not supported by the browser version you are using (Chrome 107). This function is likely a newer JavaScript feature not available in older browser versions.

To resolve this issue, you can:

  1. Update the Browser: Upgrade to a more recent version of Chrome that supports the toReversed function.

  2. Implement a Polyfill: If updating the browser is not an option, consider implementing a polyfill for the toReversed function to ensure compatibility with older browsers.

  3. Check for Compatibility: Review the codebase to see if there are any existing polyfills or compatibility layers that can be used or extended to handle this function.

Unfortunately, I couldn't find specific information in the dify-docs repository regarding the use of toReversed or any existing polyfills for it.

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Mar 21, 2025): <!-- Greeting --> @Jason00li Hello there! 👋 I'm here to help you with bug fixes, answer questions, and even guide you on how to become a contributor. I'm Dosu, a bot designed for these tasks. <!-- Answer --> The error message "e.toReversed is not a function" suggests that the `toReversed` function is being called in the DeepSeek application, but it is not supported by the browser version you are using (Chrome 107). This function is likely a newer JavaScript feature not available in older browser versions. To resolve this issue, you can: 1. **Update the Browser**: Upgrade to a more recent version of Chrome that supports the `toReversed` function. 2. **Implement a Polyfill**: If updating the browser is not an option, consider implementing a polyfill for the `toReversed` function to ensure compatibility with older browsers. 3. **Check for Compatibility**: Review the codebase to see if there are any existing polyfills or compatibility layers that can be used or extended to handle this function. Unfortunately, I couldn't find specific information in the dify-docs repository regarding the use of `toReversed` or any existing polyfills for it. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/bf6ba689-bfe1-4735-9f6e-3ce2971db156?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/bf6ba689-bfe1-4735-9f6e-3ce2971db156?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/bf6ba689-bfe1-4735-9f6e-3ce2971db156?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/bf6ba689-bfe1-4735-9f6e-3ce2971db156?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/bf6ba689-bfe1-4735-9f6e-3ce2971db156?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/bf6ba689-bfe1-4735-9f6e-3ce2971db156?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/bf6ba689-bfe1-4735-9f6e-3ce2971db156?feedback_type=other)</sup>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs-archived#119