Build pipeline times out since using sass-embedded

We need to add sass-embedded in our vue project. Since then, our Cloudflare pipeline won't build anymore because it times out after successfully generating content, as it seems. - Acc 28f9ea6fa36ba010df69e764aa3c0ca2 - deployment id fbe8b425-9d7a-4794-a0e2-5fcb45123ddc Is there any workaround to get this working? Or at least get a proper error message? I already tried installing the newer Dart-sass dependency with a build script, but it doesn't seem to work.
No description
5 Replies
Zakum
Zakum4mo ago
also running into this issue using SvelteKit
Zakum
Zakum4mo ago
made a minimal repro in svelte configuring cloudflare pages based on adapter (in svelte.config.js): - if using adapter-static output folder should be /build - if using adapter-cloudflare output folder should be /.svelte-kit/cloudflare (default when selecting the sveltekit preset) neither of these work https://github.com/whotookzakum/cf-pages-sass-embedded-bug had to deploy on netlify for now
GitHub
GitHub - whotookzakum/cf-pages-sass-embedded-bug
Contribute to whotookzakum/cf-pages-sass-embedded-bug development by creating an account on GitHub.
lennartzellmer
lennartzellmerOP4mo ago
Thanks for the reproduction! Good to know one is not alone with this issue
Zakum
Zakum3w ago
@lennartzellmer not sure if you've checked back on this but it seems to be working now, no more build stalling out infinitely
lennartzellmer
lennartzellmerOP3w ago
True - it is fixed It was fixed without notice … this behaviour destroyed my trust in the platform after all…

Did you find this page helpful?