I strive to keep all my projects clean without any warnings and errors, so it frustrates me that in 5.5, every of my projects starts up with following error:
LogEOSSDK: Warning: LogEOS: Error response received from backend. ServiceName=[Friend], OperationName=[GetBlockList], Url=[], HttpStatus=[403], ErrorCode=[errors.com.epicgames.common.insufficient_scopes], NumericErrorCode=[1056], ErrorMessage=[Insufficient access scopes. Expected: [friends_list]]
How can I get rid of it?
EDIT: The warning goes away upon disabling Fab plugin. This is quite lame as official Epic plugin should not just throw random warnings.