Hi,
After importing actions with auth0-deploy-cli, the GET /api/v2/actions/actions endpoint returns 500 errors always.
Detail
- GET /api/v2/actions/actions → 500
- GET /api/v2/actions/actions?deployed=false → 200
- GET /api/v2/actions/actions?deployed=true → 500
- POST /api/v2/actions/actions with an existing name → 409
- GET /api/v2/actions/modules → 200, empty list
What I need
Please clear all actions, or provide all action ID.
Thank you.