Hi, I've been trying to set up remote SPA by following instructions here . I've done everything mentioned in the document but when I open up 'WKND App Home Page' page properties to set up remote URL (as mentioned here); the SPA tab doesn't open at all.
Thank you Esteban. I went back and kept looking into different things as you suggested. Turns out issue has nothing to do with SPA project. For some reason User principal is is null (in com.adobe.cq.sites.ui.models.admin.security.permission.UserAllowedActions) thus causing null pointer exception.
Not sure how user principal is coming as null or why there is no null check.