Troubleshooting
Fast diagnosis for the most common migration and runtime errors.
mp is not defined
- Standalone: missing
@ragemp-fivem-bridge/server.jsor client counterpart in manifest. - Standalone: bridge script not listed first.
- Standalone: missing
ensure ragemp-fivem-bridgebefore gamemode.
Browser or UI Not Working
ui_pagepath wrong.- missing files in
files {}. _bridge.jsnot loaded in page.- cross-resource page loaded without runtime script.
Proc Timeouts
- procedure not registered on target side.
- handler threw before returning.
- payload too large/slow and timeout too short.
Screenshot Returns null
Install and ensure screenshot-basic:
ensure screenshot-basic