ocket8888 opened a new issue #2941: /api/1.x/cdns/{{name}}/configs/routing
Doesn't work
URL: https://github.com/apache/trafficcontrol/issues/2941
If you try to hit this endpoint, you get a 500 response with this error
message:
```
DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st
execute failed: ERROR: column cachegroup.latitude does not exist
LINE 1: SELECT cachegroup.name, cachegroup.latitude, cachegroup.long...
^ [for Statement "SELECT
cachegroup.name, cachegroup.latitude, cachegroup.longitude FROM server me JOIN
cdn cdn ON cdn.id = me.cdn_id JOIN cachegroup cachegroup ON cachegroup.id =
me.cachegroup WHERE ( cdn.name = ? ) GROUP BY cachegroup.name,
cachegroup.latitude, cachegroup.longitude" with ParamValues:
1='over-the-top'] at /opt/traffic_ops/app/lib/API/Cdn.pm line 693
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services