atlasBridge issues usually come from resource names, start order, provider detection, missing NUI files, or incorrect convars.
Resource name issues
The folder must be named:Provider detection picked the wrong system
Auto-detection only sees resources that are already started. Fix by starting dependencies beforeatlasBridge:
Inventory actions fail
Check:- Inventory resource is started before
atlasBridge. atlas:inventoryis correct.- Item keys exist in the inventory.
- The player has enough space/weight if your inventory enforces capacity.
- The Atlas resource is using the same item keys listed in its config.
Money actions fail
Check:- Framework provider is correct.
- Account names match your framework, usually
cashorbank. - The framework resource starts before
atlasBridge. - Custom framework adapter returns expected values.
Notifications or menus do not show
Check:atlasBridge/web/dist/index.htmlexists.atlas:uiis set correctly.ox_libstarts before bridge if usingoxUI.- Per-subsystem overrides are not forcing an unavailable provider.
Death detection does not trigger
Some Atlas resources use bridge death detection to stop active gameplay cleanly when a player dies. If that does not happen on your server:- Confirm
atlasBridgeis started before the Atlas resource. - Test with the default setup first; bridge detects most normal deaths automatically.
- If your death/ambulance system uses its own event, set
atlas:deathEventto that event name.
Discord does not work
Check:- Bot token is set with
set, notsetr. - Guild ID is correct.
- Bot is in the guild.
- Bot has permissions to read members/roles required by your setup.
