Error Couldn't start resource chat

Hello, I have a problem with my fivem server, when I try to load all resources, the chat resource no load and print error in the console.

image

This will be a problem with your fxmanifest.lua file.
It is looking for the dependency webpack:

dependencies {

‘yarn’,

‘webpack’

}

The real problem is it cannot find the resource ‘webpack’ in dependencies.

Do you have a webpack folder in resources[system][builders]

Yes i have it

Try replacing your builders.
If that doesn’t work it could be a pretty deep problem.

Okay i can try this

I tryed this but it no work! It send the same message.

Is webpack starting in the console? I can only see yarn.

Also try and start/restart webpack in the console see if it will draw any errors.

I dont know why but now it work… Sorry and thank you

No problem, Best of luck!

do you find a solution ?