Fabien Townsend
Fabien Townsend
I went through the same issue I ended overwriting the cloud formation file generated by removing `AliasAttributes` and add: ``` javascript UsernameAttributes: - email ``` as it met the expectation...
> Hey Fabien I'm trying this, but getting an error when executing `amplify push`: > > `Updates are not allowed for property - UsernameAttributes ` > > Can you provide...
I ran into a very similar issue, there way I have it is as follows: 1. I'm rendering the map with `GoogleMap` from `@react-google-maps/api` 2. Download the map once which...
I actually managed to get it working. The source of the issue seems to be related to caching, using the following parameter did the trick for me: `includeQueryParams: true`. Here...
> @fabientownsend By setting `includeQueryParams: true`, does it solve the original issue? or this particular error: `app-index.js:32 Error while reading CSS rules from https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=en DOMException: Failed to read the 'cssRules'...