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

fix: Editor url, some index issues, project view json parsing issue #88

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

yahu1031
Copy link

@yahu1031 yahu1031 commented Sep 14, 2023

  1. The editor url path was wrong which appends m in the domain.
  2. Index issues where they overflows due to the the length wasn't matching to assign the context to the provider.
  3. JSON parsing to the display_filters and display_properties wasn't correct where it likely breaks the app.(Tested and verified.)
  4. disabling the chatbot accessibility in the editor.(Mentioned in the comments)

Likely fixes #81

onLoadStop: (controller, url) {
// This is to remove the default crisp chatbot from the editor
// as it is not needed in the editor
controller.evaluateJavascript(
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🐛 Bug]: App crashes while adding description
1 participant