apache / shenyu-dashboard

Apache ShenYu Dashboard
https://shenyu.apache.org/
Apache License 2.0
181 stars 213 forks source link

Fix: Plugin Edit Page Fails to Load Due to Incorrect Plugin ID Usage #474

Closed VampireAchao closed 3 weeks ago

VampireAchao commented 3 weeks ago

The plugin edit page in the ShenYu dashboard cannot be opened because the request GET /namespacePlugin/id={id}&namespaceId={namespaceId} incorrectly uses pluginId = {id} to query the plugin data, leading to no data being found. Additionally, the plugin_id field in the plugin_ns_rel table must be changed from a numeric type to VARCHAR(128) to prevent errors caused by type mismatches. This issue may be related to recent namespace modifications.