hi... why the service worker not registered in chrome 87 mobile Android in chrome / Mozilla desktop work fine. how to allow certificate in chrome android? I'm using https://localhost:5001. net5. web assembly PWA. thanks.
Loading
hi... why the service worker not registered in chrome 87 mobile Android in chrome / Mozilla desktop work fine. how to allow certificate in chrome android? I'm using https://localhost:5001. net5. web assembly PWA. thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chris LovePosted Aug 9, 2022, 3:04 PM
Personally I don't do that. Instead I create a public web site using AWS. Since my sites are all static web pages, I host them in an S3 bucket configured to be a web site. Then I map an AWS CloudFront instance referencing the S3 bucket as the origin. The CloudFront instance will have a unique HTTPS origin you can reference from any device on the Internet. Of course don't give out the URL to anyone you don't want visiting your application :)