Skip to content

[Bug]: Unresolved Errors and Functional Issues #1849

Open
@adnanqaops

Description

@adnanqaops

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

[ Copying message from Thomas ]

  • After updating the myorg endpoint, the settings/workspace and switch workspace (avatar) pages in the frontend no longer function.
  • On the query_library page, the console log shows that the key value is not defined correctly.
  • Support Page : When I open the Support page, it calls the /api/groups/list endpoint.
  • Search issue : Some search boxes call the API only when there are more than 3 characters, while others call the API even when there is only 1 character. I think they should all work consistently. For example: Settings / Workspaces page: calls API after 1 character. Your Apps page: calls API after 3 characters
  • Settings / Themes Page : This page calls the /api/organizations/{orgId}/common-settings endpoint, but I’m not sure what happens after that. The response data includes: PASSWORD_RESET_EMAIL_TEMPLATE: "

    Hi, %s
    Here is the link to reset your password: %s
    Please note that the link will expire after 12 hours.

    "
  • Settings / Advanced Page : This page calls 6 endpoints:
  1. /api/misc/js-library/recommendations
  2. /api/organizations/{orgId}/api-usage
  3. /api/organizations/{orgId}/api-usage?lastMonthOnly=true
  4. /api/organizations/{orgId}/common-settings
  5. /api/applications/list?withContainerSize=false
  6. /api/organizations/{orgId}/common-settings (called twice)
  • Your Apps Page : When a folder is selected on the "Your Apps" page, the "Your Apps" menu item becomes inactive.

Expected Behavior

Kindly, fix the mentioned issues.

Steps to reproduce

Details are in the Description.

Environment

Local + Cloud

Additional Information

No response

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions