AGN Troubleshooter
FiveM · GTA V support

← Error library

high confirmed Resource / UI · AGN-KB-RES-0003

A file listed in fxmanifest.lua is missing

Part of an AGN script did not get uploaded. Server-side.

What you see

  • A resource starts but a UI is blank, or a feature silently does nothing
  • The console names a file

What usually causes it

  • The file was not included in the deploy
  • A glob in the manifest matches nothing after a rename
  • Case sensitivity between a development machine and the server
  • A stale cached manifest still referencing an old layout

Worth checking first

  • Check the file exists at the named path on the server
  • Check the manifest's file list and any globs
  • Run a refresh before the next ensure

Safe steps, one at a time

  • Player-side: nothing; report it
  • Staff: refresh, then ensure. A module missing with NO script error is the classic stale-manifest signature
  • Staff: beware globs that still pick up an old copy of a file left in the folder

These are suggestions, not instructions. Do only what you are comfortable with, back up anything important first, and stop if a step does not match what is on your screen. Advice, risk and responsibility.

When to stop and ask staff

Always staff.

Looks like

AGN resource / QBCore

What staff will need

  • Exact error with the file path
  • Resource name
  • Recent deploy details

Last reviewed Fri Sep 18.

Source documentation