Education domain is now a separate app in version 14. You have to install it using:
bench get-app education
bench --site [youre-site-name] install-app education
This will install education on your instance.
1 Like
run the following:
bench build
bench --site [your-site-name] migrate
bench restart
This should help rebuild your site and the missing pages should show up.
1 Like
ok …
@GhadaEbrahim Please marked as solved if the suggestions above fixed your issue so others who may be in the same situation can reference it to help themselves.
ok… Noted thanks
solved