You have several issues with the quickstart:
- The docker-compose stack is trying to pull from
ghcr.io/api7/aisix:latest which throws access errors. api7/aisix:latest, implicit dockerhub, works. No idea if that's the intended image.
:3001/ui UI throws crypto.randomUUID is not a function. (In 'crypto.randomUUID()', 'crypto.randomUUID' is undefined)
:3001/aisix/admin throws a 404
Same issues with both :latest and :dev images.
With the risk of sounding snarky, did anyone test this even once before publishing?
You have several issues with the quickstart:
ghcr.io/api7/aisix:latestwhich throws access errors.api7/aisix:latest, implicit dockerhub, works. No idea if that's the intended image.:3001/uiUI throwscrypto.randomUUID is not a function. (In 'crypto.randomUUID()', 'crypto.randomUUID' is undefined):3001/aisix/adminthrows a 404Same issues with both
:latestand:devimages.With the risk of sounding snarky, did anyone test this even once before publishing?