EAS development build error: "Safari cannot open the page address in invalid when intent to use"

Hello Folks,
I have issues to run my development build. Couples days ago I didn’t have any issues but now I am having the error “Safari cannot open the page address in invalid when intent to use” when I choose a development build from expo go app.

I activated the development mode in the iPhone 15 pro max
Also I have set the eas.json:

  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "ios": {
        "resourceClass": "m-medium",
        "image": "latest"
      },
      "channel": "development"
    }
}

Any advice please! :pray: