Michael Cuneo

Results 39 comments of Michael Cuneo

This is my resulting div copied from Element Inspector. ``

For me, adding Amplify to my SvelteKit Project where type: is "module" was fairly easy... I did exactly what the error suggested.... I watched it initialise and fail, then I...

@vadimmelnicuk I've managed to get this working from the following flow... 1: amplify init or amplify init project then let it fail. 2: rename aws-exports to .cjs extension. 3: copy...

Further to my issue, I've hard coded some variables to be displayed above the FilePond window so that I can screenshot the local running version, and the build hosted from...

There are no requests at all. If I throw an alert/log, or even set a variable inside server load, to see if it's being called... it isn't.

Hitting the edit page locally, I instantly get 5 x 200's and some logs. ![Local_Req](https://user-images.githubusercontent.com/12700009/99223601-ed554480-2838-11eb-9a26-0d4362bdfb65.PNG) Hitting the edit page remotely on the S3 Stack, I get the single GraphQL request,...

You can see the URL in the console if you want to have a look... https://admin.soci.org.au/

It looks like it might be a condition of how and when to render things and when to not render things, because of my complex usage structure. I have the...

I am in the middle of creating one, but this never works out well for me, due to the fact that sandbox projects don't ever end up identical to my...

From what I can see... onupdatefiles triggers for every single step of the server load process... so grabbing the file, triggers an onupdatefiles, with a failure receiving an [object object],...