#CW-Crafting UI not showing
1 messages · Page 1 of 1 (latest)
9.9/10 times someone reports this its cause they have items in the recipes that don't match items they have in their server
Ive Checked, Double checked and Triple Checked. Every single item in the crafting Config is inside my qb-core/shared/items.lua
In cw-crafting Config yes
Tried enabling debug?
yes nothing, could another UI cause problems with it?
base qbcore
I'd test removing all recipes cept for one and restart it
Cause yeah, this issue is almost always tied to a missing item and someone claiming they checked five times
If you scroll #crafting-🔧 you'll probably find some discussions around this
Tried reinstalling it?
I don't have anything to go on, so I can't help you unless you find something else.
You can check #crafting-🔧 if anyone else had a solution to it, but like I said, it's turned out to be a missing item most of the cases.
I'm planning to make a UI-remake (like Racingapp) for Crafting as my next project tho, so maybe it'll magically just work after 
I got it Working but now none of the recipes are showing.
issue. Inventory item hada a missing image.
I think a lot of these issues will be gone with the UI update
since TS and VUE is a bit more robust than plain JS
O love the script is there a work around till then ?
Almost impossible to guess what is causing this without errors to go off
Everyones set up is different
Nice. Search for the message. Find what the condition is and why it's failing 
name = 'example'
should be the same as in the items.lua
["laled"] = 'example'
?
Got it to work now
this solved my issue, thank you so much!
FYI I tried the latest release of cw-crafting and received the following error:
[ 108391] [b2944_GTAProce] CrBrowserMain/ TypeError: Cannot read properties of undefined (reading 'icon') (@cw-crafting/html/dist/assets/index-22d09fcc.js:1)
after following the readme and debug recommendations, I rebuilt the resource with npm with the same result.
This repo of cw-crafting works just fine for me: https://github.com/Coffeelot/cw-crafting/tree/9226ff72a1abb1341d0f3192e8b405835e218b19
Also, any plans for ox_target support?
Seems like i forgot a part of the update 
fixed now
It's planned. But doesn't oxlib/target already come with qb bridges? Should work out of the box no? 🤔
Kinda, some conversions seem to not fully translate. working on a conversion...
For instance, when trying to target blueprint peds with ox_target, it is missing info that qb-target takes
That's strange 🤔 we got ox-everything but it works for us
maybe ox removed more functionality
haha
I know they skipped some (very handy) qb stuff so they might have also removed more
Might be this, that's just way to different for ox
is it only the blueprint peds?
yea I think that
& targeting the benches works, but gives two options for the same function
This happens if you use multiple creation methods tho, I think
Or at least that's a possible reason
ahh I see, could be a possibility
