Matthias Orgler

Results 12 comments of Matthias Orgler

I don't know if my issue is connected to this issue: I accidentally deployed the "website" component to the wrong AWS account (wrong credentials in CI stage). I then (unfortunately)...

I also have this problem. Since the component creates only ONE table (and serverless.yml files can only have one component), I would need to create folders and yml files for...

Same here for node v9.11.2 via nvm and firebase 4.1.0. This problem seems to prevent me from using `firebase serve` for functions or `firebase functions:shell` :(

Thanks for the tips. Something like redux-api-react-switch is NOT what I want. I don't want to scatter loading-bar code among all my components. I prefer to have this loading-bar behavior...

What I ended up doing now as a workaround is this: ``` const defaultOptions = { transformer: function(data, prevData, action) { data || (data = {}) return data.data }, prefetch:...

Is this fixed? I tried to switch to Flowbite today, but this error makes me consider other libraries instead :/

Maybe you do not have permission to access the S3 bucket or file? Or, as I struggled with, the URL you created is not for downloading (I created one for...

yes, I would definitely appreciate that

Thanks for the script. Unfortunately it didn't work for me (my `AMPLIFY_USERPOOL_ID` and so on are still empty). I hope the Amplify console team can adopt the CI/CD soon to...

How do you get around this issue? I have a basic create-react-app running locally. I tried two things and didn't succeed: - I used forwardhq (or ngrok) to create a...