Hi, Thank you for your prompt response.
What will be the end user experience in this case?
For ex. They want to use a custom domain say projects.mydomain.com & we provide them a setting to do this. We save this custom URL in AbpTenants against the tenant ID & update the code to look for the tenant ID based on the custom URL.
Will the customer continue seeing projects.mydomain.com? or will it redirect them to tenancyName.anywhereapp.io?
I will add the GitHub user & try the link again.
Thanks
Hi, Thanks for your response. This is a dead link https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/AppPreBootstrap.ts#L102 kindly share again.
Yes, all custom domains will access the same server side URL. So there is no change needed on Azure side?
Does a client still need to add a CNAME record with their DNS provider to achieve this? In this case what should be the CNAME values & from where can we obtain them?
Appreciate your help on this.
Thanks
Hi @ismcagdas , thanks for the reply
I am using enpoint = /connect/token for getting the auth token during the first login but I did not not getting any refresh token in response. is there any thing else I need to set in identity server configuration or any thing I need to pass in the enpoint = /connect/token so that I get refresh token as well in response.
Please help me with the same
Thanks
Please try this live url: Preview : https://ng-pwa-demo.vercel.app Source Code: https://github.com/sujeetjaiswara/ng-pwa-demo
PWA Require:
Hi, Is there any activity ? It's long time. I am not getting any response.
You can fork my this sample app using this link. https://github.com/sujeetjaiswara/ng-pwa-demo
We have followed all criteries trigger event.
But, still not getting triggring window:beforeinstallprompt
event.
FYI: I have experienced with Angular PWA. I am able to implement this feature in sample angular 11 app.
That's why i am not sure about ASP.NET zero theme.
I tested in Google Chrome & Microsoft Edge browsers.