Text from log:
[ 6959421] [b2944_GTAProce] MainThrd/ error during NUI callback pageLoaded: @ptelevision/client/main.lua:214: attempt to call a table value (local 'cb')

From referenced file:

212 RegisterNUICallback("pageLoaded", function(cb)
213 waitForLoad = false
214 if cb then cb() end
215 end)