You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want use Github webhook for issue syncing but Redmine return 404 error.
My config :
Redmine 3.0.3-stable
Redmine git Hosting : 1.0.6
Github webhook : https://**********/githooks/post-receive/github/redmine
("redmine" is my project id)
An extract of my production.log :
Started POST "/githooks/post-receive/github/redmine" for 192.30.252.41 at 2015-06-05 15:06:55 +0200
Processing by GitoliteHooksController#post_receive as */*
Parameters: { ............., "type"=>"github", "projectid"=>"redmine"}
Current user: anonymous
Completed 404 Not Found in 147ms (ActiveRecord: 2.8ms)
ActiveRecord::RecordNotFound (Couldn't find Tracker with 'id'=first [WHERE `projects_trackers`.`project_id` = ?]):
The trouble is apparently in redmine_git_hosting/app/services/hooks/github_issues_sync.rb, line 78 :
Hi,
I want use Github webhook for issue syncing but Redmine return 404 error.
My config :
("redmine" is my project id)
An extract of my production.log :
The trouble is apparently in redmine_git_hosting/app/services/hooks/github_issues_sync.rb, line 78 :
If i change :first by a tracker id like 1,2 or 3, it's work. :first does not seem to be defined.
The text was updated successfully, but these errors were encountered: