Error: "Invalid UI version in the JSON-RPC response"

I have done folllowing but showing same as before ERROR

storj-sim network destroy

storj-sim network setup --postgres=postgres://postgres:postgres@localhost:5432/teststorj?sslmode=disable

storj-sim network run --no-gateways

storj-sim network env SATELLITE_0_URL = 12TiRqWsp1M39TZZUcUmfpLjMjiED1Xumx3peTbaZyH6UX566Sd@127.0.0.1:10000

authservice run ^
   --allowed-satellites 12TiRqWsp1M39TZZUcUmfpLjMjiED1Xumx3peTbaZyH6UX566Sd@127.0.0.1:10000 ^
   --auth-token my-test-auth-token ^
   --endpoint http://localhost:7777 ^
   --listen-addr : 7772^
   --kv-backend badger://
   
 gateway-mt run ^
   --auth.token my-test-auth-token ^
   --auth.base-url http://localhost:7772 ^
   --domain-name localhost ^
   --server.address localhost:7777 ^
   --insecure-disable-tls

Am i missing something ?

Please reach me out asap…!

@jeremy @Alexey