Services There was an error loading data for the Services tab. Please try refreshing your browser and logging in again

Hi after a fresh DreamFactory Docker intallation I run tese two command:

docker exec -i -t dreamfactory php artisan cache:clear
docker exec -i -t dreamfactory php artisan config:clear

and then my DreamFactory Service is unacessible:

I have made more than one fresh installation and I have the same results.
Could you help me to understand which is the problem ?

It looks like a bug…I have tried another time.
I have installed a fresh docker bitnami dreamfactory image and all is working. In services page I see all the defaul services and I can access them.
Then I make:

docker exec -i -t dreamfactory php artisan cache:clear
docker exec -i -t dreamfactory php artisan config:clear

And I lost all my services !!! How is it possible ???