Support

Winde – Can’t Compile CSS

Publish date: 05/06/2024 •  Bug • Winden •  Joe Barton

Hi guys,
I’m suddenly getting the following error when trying to compile Winden. Any ideas? Error and config below –

   
uuid ”a9348c4e-41a8-4042-adbf-cc0488887ecf”
compile  
status ”failed”
error ”error: The source code is invalid, as it does not match the expected hash in the lock file.n Specifier: https://cdn.skypack.dev/daisyuin Lock file: /app/deno.lock”
delivery  
status ”failed”
error ”error sending request for url (https://www.punx.co.uk/wp-json/winden/tasks/webhook): error trying to connect: invalid peer certificate: UnknownIssuer”

import daisyui from ‘https://cdn.skypack.dev/daisyui’;

export default {
  plugins: [
    daisyui
  ],
  daisyui: {
    logs: false,
    themes: [‘corporate’],
    styled: true,
  },
  variants: {
    extend: {
      display: [‘responsive’, ‘hover’, ‘focus’, ‘remove’],
    }
  },
}
  • support says:

    Please edit the ticket from dashboard with pencil icon button and provide login details in specified WP Login field

    Don’t put the login details in comment or reply.

    Otherwise Please provide a staging site created with InstantWP or TasteWP.

    Regards,
    Mohammad Arshad
    DPlugins Support

  • Joe Barton says:

    Updated original post with login details.

    • support says:

      Hey, I’ve checked and there is an issue with the latest daisyUI plugin from CDN, I’ve put a version before current in the import url and it works like charm.

      Current DaisyUI via CDN : 4.10.5
      Changed it to : 4.10.4

      Regards,
      Mohammad Arshad
      DPlugins Support

  • support says:

    Closing the ticket as RESOLVED.

Leave a Reply