404 when creating project
Created by: netdata-be
I have found the following similar issues:
However none of this issues seem to solve my problem.
This is the log:
Started POST "/projects" for 10.32.64.70 at 2012-02-29 07:11:14 +0000
Processing by ProjectsController#create as JS
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SUkW1bvx5BzyvU5KAdZxL1rGtWIjQJx707HjkwDY0JM=", "project"=>{"name"=>"abc", "path"=>"abc", "code"=>"abc", "description"=>"test"}, "commit"=>"Save"}
Rendered projects/create.js.haml (14.9ms)
Completed 200 OK in 10872ms (Views: 16.8ms | ActiveRecord: 14.4ms)
Started GET "/abc?notice=Project+was+successfully+created." for 10.32.64.70 at 2012-02-29 07:11:25 +0000
Processing by ProjectsController#show as HTML
Parameters: {"notice"=>"Project was successfully created.", "id"=>"abc"}
Rendered public/404.html (0.6ms)
Filter chain halted as :project rendered or redirected
Completed 404 Not Found in 14ms (Views: 9.4ms | ActiveRecord: 0.6ms)
The project is actually correctly created using gitlolite, so the project exists but not for gitlabhq
my environment:
- ruby 1.9.3p125
- passenger 3.0.11
- rack 1.4.1
Any suggestions here?