I have followed the instructions to enable Programs on my site like this: 6.4.5. About Programs — Installing, Configuring, and Running the Open edX Platform documentation
But when accessing the programs page i get a:
Failed to get program UUIDs from the cache for site
error on my LMS log file, and my program is not shown.
I have added:
{
“COURSE_CATALOG_API_URL”: “http://my-ip:18381/api-docs”,
}
To my site configuration via LMS django admin console (Im not really sure if its /api-docs/ or /api/v1)
Can anybody help me please?
How can i check for a more detailed log?
Thank you in advance