Mismatch in Dockerhub build and source code build on the Admin home page #10091
-
Built a docker image with source code: ![]() the stats on the admin home page are not correct. ![]() But the docker image from unleashorg seems to have it working well. API call that is failing: Request URL Request Method Response: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ykanchugantl in development we started returning 410 when using deprecated endpoints to push us to use only non-deprecated ones, but it'd still work in production (which is what you are seeing). At the same time, that endpoint was deprecated since v4.17.0 but we believe it was due to a copy&paste "accident" so we just un-deprecated it 2 days ago: #10083 (meaning it should be usable from main) |
Beta Was this translation helpful? Give feedback.
Hi @ykanchugantl in development we started returning 410 when using deprecated endpoints to push us to use only non-deprecated ones, but it'd still work in production (which is what you are seeing). At the same time, that endpoint was deprecated since v4.17.0 but we believe it was due to a copy&paste "accident" so we just un-deprecated it 2 days ago: #10083 (meaning it should be usable from main)