I’m trying to allow users to view the homepage even if they’re logged in using FEATURES[“ALWAYS_REDIRECT_HOMEPAGE_TO_DASHBOARD_FOR_AUTHENTICATED_USER”] = False per the OpenEDX docs. Here’s the plugin I’m trying to use:
Thanks, I tried that as well and didn’t have any luck but I’ll keep tinkering. I believe the lms.env.json features list is different from the OpenEDX FEATURES[] toggles but I could be wrong.
I did a quickstart and even rebooted the server. It’s possible it could be my theme… it’s a heavily modified tailwindcss theme. I’ve ended up working on Richie instead as it’s a more elegant solution to a persistent homepage. Thanks @regis