How to determine current WASM port? #6382
Answered
by
carldebilly
xperiandri
asked this question in
Q&A
-
In order to pass a port to MSAL redirect callback, I need to determine the current port of running WASM app. |
Beta Was this translation helpful? Give feedback.
Answered by
carldebilly
Jul 5, 2021
Replies: 2 comments 23 replies
-
/cc @carldebilly |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @xperiandri, you may want to fix it using the Here's an example file doing that in the Uno project: https://github.com/unoplatform/uno/blob/master/src/SamplesApp/SamplesApp.Wasm/Properties/launchSettings.json |
Beta Was this translation helpful? Give feedback.
23 replies
Answer selected by
xperiandri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @xperiandri, you may want to fix it using the
launchSettings.json
file.Here's an example file doing that in the Uno project: https://github.com/unoplatform/uno/blob/master/src/SamplesApp/SamplesApp.Wasm/Properties/launchSettings.json