Open can-lang opened 3 years ago
Hi,
I try to use an example custom-plugin on tyk-cloud. But I got error 502 Bad Gateway.
Produce Steps:
docker run \ --rm \ -v $(pwd):/cloudplugin \ --entrypoint "/bin/sh" -it \ -w "/cloudplugin" \ tykio/tyk-gateway:v3.1.2 \ -c '/opt/tyk-gateway/tyk bundle build -y'
./mservctl.macos.amd64 --config ~/my-tyk-plugin/python-demo.mservctl.yaml push ~/my-tyk-plugin/bundle.zip
502 Bad Gateway
Any suggestion?
Hi,
I try to use an example custom-plugin on tyk-cloud. But I got error 502 Bad Gateway.
Produce Steps:
./mservctl.macos.amd64 --config ~/my-tyk-plugin/python-demo.mservctl.yaml push ~/my-tyk-plugin/bundle.zip
502 Bad Gateway
as response. Tested with and without Authorization header but result is same.Any suggestion?