We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: