--- title: 404 not found I say you! ---

404

Thank you GitLab Fan for the image!

Oh noes! Something's not right!


<% unless ENV['NANOC_ENV'] == 'production' %>

Is it a Review App you're looking for? If yes, then did you read the docs? Follow these steps to debug:

  1. Did you follow the URL from the merge request widget? If yes, then check if the link is the same as the one in the job output. It can happen that if the branch name slug is longer than 35 characters, it is automatically truncated. That means that the merge request widget will not show the proper URL due to a limitation of how environment: url works, but you can find the real URL from the output of the review-docs-deploy job.
  2. Did you follow the URL from the job output? If yes, then it means that either the site is not yet deployed or something went wrong with the remote pipeline. Give it a few minutes and it should appear online, otherwise you can check the status of the remote pipeline from the link in the job output. If the pipeline failed or got stuck, drop a line in the #docs chat channel.
<% end %>

Go back