FAQ
Common Prism Restaurant setup and runtime issues.
Images are missing
Copy all images from prism_restaurant/INSTALL/IMAGES/ into ox_inventory/web/images/items/.
Also check Config.ItemImages.BaseUrl. For ox_inventory local images, use:
Config.ItemImages.BaseUrl = 'nui://ox_inventory/web/images/items/'For CDN images, use a direct CDN path ending before the item name.
Phone app is not showing
Prism Restaurant currently supports lb-phone by default.
Check:
Config.PhoneRestaurant.Enabled = true
Config.PhoneRestaurant.Provider = 'lb-phone'
Config.PhoneRestaurant.ResourceName = 'lb-phone'The phone resource must be started before Prism Restaurant can register the app.
I want to change the phone app logo
Set a direct image URL:
Config.PhoneRestaurant.Icon = 'https://cdn.example.com/prism_restaurant_icon.png'Use a direct .png, .webp, or CDN image URL. Do not use a page URL that only previews the image.
/cafe_tablet does not open
Check that the player is a cafe worker, has the cafe_tablet item, and is inside the cafe zone.
Cashier target access can still open the tablet without the item.
Auto local orders are not generated
Check that:
Config.PhoneRestaurant.LocalPedOrders.Enabled = true- the cafe local order setting is enabled in Cafe Admin
- the cafe is open
- staff are inside the cafe zone
- the cafe has menu items
- active local orders are below the max limit
Self-order kiosk is blank
Confirm ox_target is running and the kiosk prop can spawn.
Do not change internal prop, DUI, screen, or camera calibration unless you are intentionally tuning the kiosk model.
Cooking says ingredients are missing
Cooking checks the player's inventory first, then cafe ingredient storage.
If you use dynamic ingredients, make sure the item metadata matches the ingredient name expected by CafeData or the database.
Restart does not update an existing menu item
This is expected. CafeData auto-sync only inserts missing data and does not overwrite admin UI changes.
To apply changed defaults to an existing database row, edit it from Cafe Admin or update the database manually.
Version checker says update available
Download the newest asset from the CFX portal:
https://portal.cfx.re/assets/granted-assets