I think i messed something up while trying to figure out how to deploy the schemas from my local dev to the umbraco live environment. Everything works when I run the project locally, but now in the cloud, I keep on getting this issue: “The type or namespace name DefaultPage does not exist in the namespace Umbraco.Cms.Web.Common.PublishedModels”
Now I understand the issue, the problem is this happens with any new document type I create. I created many using the “create with template” without modify anything, and then when I add the page to my content, and navigate to the URL, I get this same error type. SO I think I broke something in umbraco, is as if my models are not being created anymore?