You need to know that host application ( Super app ) requires from you a url to your mini app application and you can't use localhost for testing purposes so you need to uses something called ports forwarding
Ngrok — is a tool that allows you to expose your local ports to the internet.
- Install Ngrok
- Sign up
- in the cli run
ngrok http <port>