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

[UI] Local Provider: Error on Filters page (with Catalog Extension enabled) #10942

Open
leecalcote opened this issue May 13, 2024 · 1 comment
Assignees
Labels
component/filters component/ui User Interface framework/react help wanted Extra attention is needed issue/willfix This issue will be worked on kind/bug Something isn't working language/javascript Issues or pull requests that use Javascript or React

Comments

@leecalcote
Copy link
Member

leecalcote commented May 13, 2024

Current Behavior

When Catalog extension is enabled, no designs show under Configuration --> Filters, a UI error is shown instead of a list of available filters.

Desired Behavior

A set of 5 or 6 default filters should be shown.

Screenshots/Logs

Screenshot 2024-05-13 at 4 19 33 PM

Environment

  • Browser: Safari
  • Host OS: Mac
  • Meshery Server Version: stable-v0.7.55

Server Logs

Filters were seeded.

cd server; cd cmd; go mod tidy; \
	BUILD="v0.7.55" \
	PROVIDER_BASE_URLS="https://meshery.layer5.io" \
	PORT=9081 \
	DEBUG=true \
	ADAPTER_URLS="localhost:10000 localhost:10001 localhost:10012 localhost:10013" \
	APP_PATH="./apps.json" \
	KEYS_PATH="../../server/permissions/keys.csv" \
	go run main.go error.go;
INFO[2024-05-13T16:51:46-05:00] Local Provider capabilities are: Not Set      app=meshery
INFO[2024-05-13T16:51:46-05:00] Meshery Server release channel is: Not Set    app=meshery
INFO[2024-05-13T16:51:46-05:00] Meshery Database is at: /Users/lee/.meshery/config  app=meshery
INFO[2024-05-13T16:51:46-05:00] Using kubeconfig at: /Users/lee/.kube         app=meshery
INFO[0000] Log level: debug
INFO[2024-05-13T16:51:47-05:00] extracting Patterns from /Users/lee/.meshery/content/patterns  app=meshery
INFO[2024-05-13T16:51:47-05:00] seeding sample Patterns                       app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: IstioFilterPattern.yaml      app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: IstioSPIRE.yaml              app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookInfo.yaml                app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookInfoPattern.yaml         app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookInfoPatternForCatalog.yaml  app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: bookstore.yaml               app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: emojivoto.yaml               app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: installLinkerd.yaml          app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: istioInstallationForCatalog.yaml  app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: istioinstall.yaml            app=meshery
DEBU[2024-05-13T16:51:47-05:00] seeding Pattern: minimalistiobookinfo.yaml    app=meshery
INFO[2024-05-13T16:51:47-05:00] Meshery Server listening on: 9081             app=meshery
INFO[2024-05-13T16:51:48-05:00] extracting Filters from /Users/lee/.meshery/content/filters/binaries  app=meshery
INFO[2024-05-13T16:51:48-05:00] seeding sample Filters                        app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: http_auth_bg.wasm             app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: jwt_filter_bg.wasm            app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: metrics_collector_bg.wasm     app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: singleton_http_call_bg.wasm   app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: singleton_queue_bg.wasm       app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: tcp_metrics_bg.wasm           app=meshery
DEBU[2024-05-13T16:51:48-05:00] seeding Filter: tcp_packet_parse_bg.wasm      app=meshery
INFO[2024-05-13T16:52:19-05:00] extracting Applications from /Users/lee/.meshery/content/applications  app=meshery
INFO[2024-05-13T16:52:19-05:00] seeding sample Applications                   app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: bookinfo                 app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: emojivoto                app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: httpbin                  app=meshery
DEBU[2024-05-13T16:52:19-05:00] seeding Application: imagehub                 app=meshery

Contributor Guides and Handbook

@leecalcote leecalcote added kind/bug Something isn't working help wanted Extra attention is needed language/javascript Issues or pull requests that use Javascript or React component/ui User Interface framework/react labels May 13, 2024
Copy link

This issue has been labeled with 'component/ui'. 🧰 Here are docs on Contributing to Meshery UI. 🎨 Here is the Meshery UI Figma File File. Lastly, here are docs on Contributing to Meshery's End-to-End Tests Using Cypress.


        Be sure to join the community, if you haven't yet and please leave a ⭐ star on the project 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/filters component/ui User Interface framework/react help wanted Extra attention is needed issue/willfix This issue will be worked on kind/bug Something isn't working language/javascript Issues or pull requests that use Javascript or React
Projects
None yet
Development

No branches or pull requests

2 participants