fatihusta commented on issue #11249: URL: https://github.com/apache/apisix/issues/11249#issuecomment-2715351025
> > This issue fixed in apisix-dashboard master branch. [apache/apisix-dashboard#2947](https://github.com/apache/apisix-dashboard/pull/2947) > > > > Please go to build project and make apisix-dashboard package. https://github.com/api7/apisix-build-tools?tab=readme-ov-file#build-dashboard > > > > ``` > > make package type=deb app=dashboard version=3.0.1 checkout=master > > ``` > > > > Please remove validity keys in payload If you are using apisix admin API. > > Is the fix in the latest version of the `apisix-dashboard` Docker image? I was using `apache/apisix-dashboard:latest` and I was getting the validity error. I guess not in latest version in hub. Please build your own image from this repo. https://github.com/apache/apisix-docker.git ```sh # change directory cd apisix-docker/dashboard docker build \ -f Dockerfile.alpine \ --build-arg APISIX_DASHBOARD_TAG=master \ -t apisix-dashboard:master \ . ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
