For some reason I was just regression testing my app and noticed my register page is randomly now crashing with this error:
Runtime error: module 'facebook' not found:resource (facebook.lu) does not exist in archive no field package.preload['facebook']
I am still calling facebook via:
local facebook=require("facebook")
and from what I read, they moved facebook to a plugin? can anyone explain?