MikeBild / sveltekit-adapter-aws

A SvelteKit adapter for AWS using the AWS-CDK
MIT License
135 stars 33 forks source link

Empty ZIP file #9

Open Neicul123 opened 2 years ago

Neicul123 commented 2 years ago

Hey!

I seem to be running into an issue where a generated asset folder/bundle is empty and thus generates an empty zip. Which in turn throws a warning during asset publishing:

Screenshot 2022-10-19 at 13 54 27

Later on this seems to fails the whole deployment (note that this is from a different build so the filename is different I think):

Screenshot 2022-10-19 at 13 56 07

Is there any way I can see exactly what it's trying to bundle or a way to prevent this from happening?

Thanks for setting this up by the way!

MikeBild commented 2 years ago

Hi @Neicul123,

seems to be a bug. I'll follow up to fix it. Thank you.

Regards Mike

SwordElucidator commented 1 year ago

Any progress on it? I met the exact same problem and don't know how to fix it by myself. Thank you!

MikeBild commented 1 year ago

I'm working on it. Stay tuned please.