Error when loading sorcery.conf in PJSIP realtime

I am running asterisk 13.2 real time with the new PJSIP driver that I have set-up following this guide:

wiki.asterisk.org/wiki/display/ … P+Realtime

However, if I run asterisk in console mode I get the following errors:

Parsing '/etc/asterisk/sorcery.conf': Found [Mar 6 09:19:28] ERROR[5321]: res_pjsip_config_wizard.c:815 object_type_loaded_observer: There was no wizard for object type 'auth' [Mar 6 09:19:28] ERROR[5321]: res_pjsip_config_wizard.c:815 object_type_loaded_observer: There was no wizard for object type 'aor' [Mar 6 09:19:28] ERROR[5321]: res_pjsip_config_wizard.c:815 object_type_loaded_observer: There was no wizard for object type 'endpoint'

Here is my sorcery.conf

[res_pjsip] ; Realtime PJSIP configuration wizard
endpoint=realtime,ps_endpoints
auth=realtime,ps_auths
aor=realtime,ps_aors
domain_alias=realtime,ps_domain_aliases

[res_pjsip_endpoint_identifier_ip]
identify=realtime,ps_endpoint_id_ips

My extconfig:

ps_endpoints => odbc,asterisk
ps_auths => odbc,asterisk
ps_aors => odbc,asterisk
ps_domain_aliases => odbc,asterisk
ps_endpoint_id_ips => odbc,asterisk

My aors are registered and can make calls, but I am wondering if I should be concerned by this log.