Bug in a Weweb composant?

Hi,

I’m trying to deploy a client’s app but I’m getting an error :

Building project…
:cross_mark: files/css-sheet.css?_wwcv=208 doesn’t exist at build time, it will remain unchanged to be resolved at runtime
:cross_mark: ✗ Build failed in 2.69s
:cross_mark: error during build:
Build failed with 1 error:

[plugin vite:css-post]
SyntaxError: [lightningcss minify] Unexpected token Delim(‘*’)
7 | pointer-events: unset !important;
8 | }
9 | .draggable-item[data-v-22226035] ** > .ww-element {
| ^
10 | pointer-events: unset !important;
11 | }
at Module. (/tmp/front/node_modules/lightningcss/node/index.js:56:14)
at minifyCSS (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:21189:59)
at async finalizeCss (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:21035:36)
at aggregateBindingErrorsIntoJsError (file:///tmp/front/node_modules/rolldown/dist/shared/error-BO4SlZV_.mjs:48:18)
at unwrapBindingResult (file:///tmp/front/node_modules/rolldown/dist/shared/error-BO4SlZV_.mjs:18:128)
at #build (file:///tmp/front/node_modules/rolldown/dist/shared/rolldown-build-yQC7KN8K.mjs:3311:34)
at async buildEnvironment (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:32817:64)
at async Object.build (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:33239:19)
at async Object.buildApp (file:///tmp/front/node_modules/vite/dist/node/chunks/node.js:33236:153)
at async CAC. (file:///tmp/front/node_modules/vite/dist/node/cli.js:778:3) {
errors: [Getter/Setter]
}
:cross_mark: Failed to build project

As I didn’t custom this element myself, is it possible that it’s on Weweb’s side ?

Thanks !

1 Like

Hey @Corner :waving_hand:

I believe the team is working on a fix for this. Can you nonetheless create a bug ticket here in case I am mistaken and this is related to something else?

For any deployment related issues, if you’ve checked custom code already, we highly recommend creating a bug ticket with the appropriate criticality:

Thanks for your answer, but I’m working in my client’s workspace, and when trying to report a bug I can select only my workspace, so I can’t report anything from my client’s project

Feel free to create a bug from your own workspace and share the link to your client’s workspace in the description of your bug :slight_smile:

Okay will do ! Just so I know, you confirm it’s not possible to report a bug for a client’s workspace ?

If your client’s workspace doesn’t appear in your dropdown, then no: you’ll need to select one of your own workspaces and share a link to your client’s project in the description of the bug.

I’ve created a ticket to improve our bug reporting app in the future to include workspaces in which you are a guest but, since there’s an acceptable workaround, I’m not sure we’ll prioritize it in the near future.

Okay very clear, thanks

1 Like