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
To address the DOM display error when syncing from Notion in Dify, you can start by checking the following:
Inspect the DOM Elements: Ensure that the DOM elements involved in the data source selection interface, such as WorkspaceSelector, SearchInput, and PageSelector, are correctly rendered and not hidden or overlapping due to CSS issues [1].
Check for JavaScript Errors: Open the browser's developer console to see if there are any JavaScript errors that might be affecting the display. This can provide clues about what might be going wrong.
Verify CSS Styles: Ensure that the CSS styles applied to the interface are correct and not causing elements to be misaligned or hidden. Look for any conflicting styles that might be affecting the layout.
Review Recent Changes: If there have been recent updates or changes to the codebase, review them to see if they might have introduced the issue.
Test in Different Browsers: Sometimes, display issues can be browser-specific. Test the interface in different browsers to see if the problem persists.
If these steps do not resolve the issue, consider providing more detailed information about the error messages or logs from the developer console, as this can help in diagnosing the problem further.
fangao888
changed the title
Knowledge -> Sync from Notion DOM display error occurred
Knowledge -> Sync from Notion :DOM display error when custom icons are present
Jan 25, 2025
Not sure if it is same issue. No response to synced pages in Notion, then I disconnected Notion and tried to reconnect, but there is no reaction when clicking the "connect" link.
Self Checks
Dify version
0.15.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
{'id': '13dc313f-d88e-80e6-8e6e-007a0f3956fc', 'url': 'https://s3-us-west-2.amazonaws.com/public.notion-static.com/cf28efe8-e501-4766-bf8a-dd54123233e7/typescript_.png', 'name': 'typescript_'}
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: