Relative Content

Tag Archive for reactjsamazon-web-servicesamazon-s3expoamazon-cloudfront

Issue accessing AWS Cloudfront deep web links from React Expo app

I’m a NEWBIE on AWS. I have developed a React app using Expo. It builds and works fine. I have a few screens where I’m using weblinks to point to deep links on my companion website. (i.e., www.someurl.com?test=123) It works fine linking to base url (www.someurl.com) Also works fine locally. The only difference is that my production website is running on AWS Cloudfront with S3. Note – this Next js application was setup on AWS by someone else. Also note that all works well when I attempt to access URL directly through the browser. So this seems specific to app weblinking. What am I missing? I’ve searched and cannot find any reference to this problem.