Jiri Sveceny
Jiri Sveceny
How can i create APEX domain record for App Runner linked domain? I want to connect xyz.com domain hosted on Route 53 with App Runner but CNAME for APEX domains...
> I just setup App Runner domain for www.xyz.com and then create CloudFront distribution associated with xyz.com. Cloudfront just redirects uses from APEX to www.xyz.com. It works but its complicated....
> You can configurate DNS directly from AWS Console. The message about "www" means in API you can use something like `alsoCreateWwwDnsRecord: true` and then you can request just `xyz.com`...
@spesnova no, we are not using new React 18
@go-to-k we solve it with CloudFront pointed to App Runner instance. Not just because HTTP logs but App Runner does not support HTTP 2 which is important for us.
I must agree. Its important feature form me.
Hi! Is there any progress or any plans for the future? We have codebase build on Lingui but right now we are upgrading to React 18 + Next 13 and...
Iam also ready and happy to test in on our codebase 🔥
Hey! I found some solution that enables Babel for Lingui export but Next.js app can be still SWC-only. You can just add custom Babel configuration into `.linguirc` file and remove...
> @sitole Are you using `@lingui/macro`? > > I've tried but I'm getting some error in the `@lingui/macro` stack > >  Yea, this is just for non-macro users. But...