I’m trying to create a super simple application that uses the skuid:page component. My markup looks like this:
<aura:application >
<skuid:page page="PricingPortalLite_Home"/>
</aura:application>
The problem is that when I preview the application (‘/c/PricingPortalLite.app’) I am getting a super unhelpful “Internal Server Error”…
Error message: An internal server error has occurred
Error ID: 810024311-2130 (164604962)
Any ideas?