Debug Remote JS missing in expo 49

this is in my app.config.ts

jsEngine: "hermes",
    ios: {
      jsEngine: "jsc",
      supportsTablet: true,
}

I am having the same issue, would really love an answer because I am unable to use React Native Debugger and it is really frustrating.