Sidekick doesn't load [Basics tutorial]
I've only started a few days ago, first with research and now with tutorials to get myself familiar with the technology at hand. I'm following the-basics/website tutorial which went well until Sidekick had to appear. I've ignored the fact that it did not appear (and that no expected JS is in the source), however some steps now require that I have Sidekick available.
I've done all steps exactly as it is written, not even changing descriptions. My contentpage.jsp looks as expected:
<%@include file="/libs/foundation/global.jsp"%><% %><%@page session="false" contentType="text/html; charset=utf-8" %><% %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <cq:include script="head.jsp"/> <cq:include script="body.jsp"/> </html>
I did some research and found out that the block of JS code that shows Sidekick should be in /libs/wcm/core/components/init/init.jsp and that script should be imported in head.jsp. Both of this is true, I can see that the init.jsp is included in head.jsp and that init.jsp contains the block of code.
I'm fairly sure that everything else is done correctly, but I will check on request. Please, this might be very trivial to most of you, but basically blocks me as I do not know where to look and for what. I'll add as much info as you need.
Thanks for your time!