Replies: 5 comments
|
Teresa Hoang (@teresaqhoang) Do you know anything about this? |
0 replies
|
Hi cooptest, can you add http://localhost:3000 without the s as a redirect URL and see what the behavior is? The WebApp currently doesn't support https. |
0 replies
|
Teresa Hoang (@teresaqhoang) http://localhost:3000 can run successfully But I want to deploy the test on the Internet, does it not support deployment on the Internet now? Even if I deploy it on the intranet, it must be accessed with http://localhost:3000, not with the intranet ip. |
0 replies
|
Hi cooptest, sorry for the late response, we don't currently support deployment on the Internet but it's something our team is actively working on! Will defer to Gil LaHaye (@glahaye) to provide updates. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I built it on a public network server, dotnet and yarn run successfully, but the front end cannot log in, and the click does not respond

My redirection ip in Azure is public IP: https://x.x.x.x:3000
Azure does not support https://x.x.x.x:3000
I set it to http://localhost:3000/https://localhost:3000/https:x.x.x.x:3000 and I can’t log in
All reactions