Product Version 12.01 Angular .Net Core
Hello Team,
We are facing an issue in chat feature with tenancy URL. Without tenancy URL, chat feature is working fine but as we enabled tenancy from URL like https://emr.hnv2.com (Sample URL, here emr is tenant) chat is not working. It started throwing 404 error
We request you to kindly guide us, if we missing anything. Thanks
10 Answer(s)
-
0
Hi,
Is it possible to share a live URL which we can see the problem ? Can't access https://emr.hnv2.com.
-
0
Hi,
Live URL is https://qav2.hellonote.com/account/login Credentials: ***** / **********
-
0
Hi,
Were you able to access the URL and check the issue?
-
0
Hi,
I'm getting a "username or password invalid" error. Could you share the correct credentials with [email protected] ?
-
0
Hi,
Shared the credentials on mail
-
0
Hi ismcagdas, Did you get chance to check this, please?
-
0
Hi @Hellonote
Thanks, I have seen the problem. Do you host your app on IIS ? This problem might be related to IIS's query sting length limit. Could you increase your IIS's MaxQueryString And MaxUrl Limits and try again ? Make both of them >= 3000
-
0
Thank you ismcagdas.
I tried adding this settings manually in azure hosted app service's web.config file. It worked. But this setting is getting overwritten on next deploy.
If possible, can you help me to get this done by suggesting some way which don't require manual thing. We are deploying the app on azure app service by CICD and web.config file generating automatically.
-
0
Hi @Hellonote
You can create a PowerShell or Bash command for the deployment pipeline and update the web config.
-
0
Hi m.aliozkaya,
Ok, Thanks. Will do that