-
Notifications
You must be signed in to change notification settings - Fork 344
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
Reserved consistentHashQueryParameters cause internal server error #6385
Comments
Hi |
yes, it's not dependent on environment |
ok, I tried to build it with docker-compose 1.25.4 but the compose version 3.8 in YAML files only supported from version 1.25.5 https://github.com/docker/compose/releases/tag/1.25.5. adding it here on the hope it helps someone. Also i am getting this error, The RPM file is not found in given path infrastructure/cdn-in-a-box/cache/trafficserver.rpm. |
The Python version of docker-compose (versions < v2.0.0) is no longer supported. They rewrote docker-compose in Go.
All of the RPMs necessary to run CDN in a Box will be built and placed in the correct locations if you just run
|
Ok, Thanks , It is building now, stragely, make takes lot of time, I am on VM OL8, which is taken as CentOS 8, thats fine anyway. It is still building |
|
ok, I got it, now the cdn-in-a-box is running fine. |
|
Fix merged with master now #6420 |
can we directly issue this command on cli ? or with curl ?
Edit: I got doc link, let me try curl with post request for this, in the mean time, how to use |
|
This Bug Report affects these Traffic Control components:
Current behavior:
Trying to update or create a Delivery Service to use a reserved query string parameter name like "trred" or "format" causes a 500 Internal Server Error response.
Expected behavior:
I'm almost certain the old behavior was more proper; the API should return a client-level error and accompanying Alert that tells the user they can't do what they're trying to do.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: