-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the sample-arc-app wiki!
Issue: The Create Page button doesn't show on http://localhost/pagebuilder/pages
Solution: Added a user file under the mocks directory with the info provided in the README
Issue: When creating Author Info template, I got the error "Experimental support for decorators is a feature that is subject to change in a future release. Set the ‘experimentalDecorators’ option to remove this warning." This caused me to only be able to see 404 as a content source for my Author Info Template on Arc, but after I fixed this warning, I was able to add the correct source. (From Chase)
Solution: On VSCode, go to preferences>settings. In settings, you just search 'experiemental' and the option to enable experimental decorators should be the first thing.
Issue: When clicking "View", instead of seeing the author info, you get the error message 'Could not resolve authors/First-Last'.
Solution: Made sure that Last Name is set to 3 and not 2 under the Content Source on your resolver. Alternatively, you can change the regex to not map middle names.