Error 500 after importing projects & adding ssl

Summary

After importing some projects from another gitserver via URL & I added self-signed ssl, Now I can't access projects/explore or search results. I can't access anything where I could see my projects which I imported. ._.

Expected behavior

Search Results / Projects, depend on how I cause it.

Actual behavior

Error 500 PAge

Relevant logs and/or screenshots

Started GET "/explore/projects" for 185.51.xxx.xxx at 2016-10-23 00:35:27 +0200
Processing by Explore::ProjectsController#index as HTML
Completed 500 Internal Server Error in 70ms (ActiveRecord: 10.1ms)

ActionView::Template::Error (no repository for such path):
     7: - show_last_commit_as_description = false unless local_assigns[:show_last_commit_as_description] == true && project.commit
     8: - css_class += " no-description" if project.description.blank? && !show_last_commit_as_description
     9: - cache_key = [project.namespace, project, controller.controller_name, controller.action_name, current_application_settings, 'v2.3']
    10: - cache_key.push(project.commit.status) if project.commit.try(:status)
    11:
    12: %li.project-row{ class: css_class }
    13:   = cache(cache_key) do
  app/models/repository.rb:77:in `commit'
  app/models/project.rb:442:in `commit'
  app/views/shared/projects/_project.html.haml:10:in `_app_views_shared_projects__project_html_haml__4087380517062669910_57191920'
  app/views/shared/projects/_list.html.haml:16:in `block in _app_views_shared_projects__list_html_haml___3558301219156680579_58219060'
  app/views/shared/projects/_list.html.haml:14:in `_app_views_shared_projects__list_html_haml___3558301219156680579_58219060'
  app/views/explore/projects/_projects.html.haml:1:in `_app_views_explore_projects__projects_html_haml__3744692376138693373_58368860'
  app/views/explore/projects/index.html.haml:15:in `_app_views_explore_projects_index_html_haml__1809426097360001540_63522540'
  app/controllers/explore/projects_controller.rb:13:in `index'
  lib/gitlab/request_profiler/middleware.rb:15:in `call'
  lib/gitlab/middleware/go.rb:16:in `call'

Output of checks

Results of GitLab application Check

http://paste.reflex.rip/vizizeliwe.text

Results of GitLab environment info

http://paste.reflex.rip/sifucomeku.text

Assignee Loading
Time tracking Loading