Hi everybody,
I’m trying to get into Meteor - so far I am very excited!
I thought I start by using Meteoris, as it seems a nice boilerplate/CRUD starting point. ;I’ve succeeded in getting some collections working already
But now I am trying to copy the sites, huh, page, I guess you could call it.
I copied: the template, the router, and the controller, basically only cnangeing the name where I thought I should. I then added the link to this all to the header-template, in order for it to display on the page - and it did
But when I click on it Meteoris gets unfriendly: it says 403 - forbidden. Which is strange, as I am logged in and all. As far as I can tell, the page does not require any special rights, as the sites-page (homepage) does not either.
How can I go about debugging this? In the server-log there is nothing to be seen; no error at least… where to look?
Thanks for any tips,
Paul