Vic

Results 6 comments of Vic

How I would handle it: - Create a custom filter `src/Filter/CountryFilter.php` ```php

If you have an amplify backend and frontend, it means you need your app to be detected as fullstack. If **Framework** in **App details** equals to - **React** :arrow_right: not...

I also use @kylekirkby's [workaround](https://github.com/aws-amplify/amplify-cli/issues/1880#issuecomment-626331305). These are the lines which set `oauth.domain` https://github.com/aws-amplify/amplify-cli/blob/525deb6ee99a19d1dfb7342342d29730b79d0eba/packages/amplify-frontend-javascript/lib/frontend-config-creator.js#L250-L252 At this stage, we can't tell if `HostedUIDomain` is a custom domain or not. So we need...