Question: I wrap my React project with Capacitor s...
# general
x
Question: I wrap my React project with Capacitor so I can deploy native apps to the App Stores. When you open the app, it basically opens a "localhost" webview On iOS its: ``capacitor://localhost`` on Android its: ``http://localhost`` However on the SuperTokens backend I can only specify a single string for "websiteDomain". How can I solve this?