Hello
This is your custom URL.
This is because your URL should pass request to default app to get this working.
1. You have custom URL, i.e. /myApp
2. Default URL is /RoomApp
3. Your custom URL receives HTTP request /myApp/connect
4. You should forward this request to /RoomApp/connect
5. The...