Project

General

Profile

Unable to reach redmine with root URL

Added by Frank Helk almost 14 years ago

I've got this problem:

I have redmine listening on prot 3000. Trying to access redmine with

http://redmine:3000

fails (can't connect), and redmine logs

Processing WelcomeController#index (for 10.73.8.22 at 2010-10-15 14:35:39) [GET]
  Parameters: {"action"=>"index", "controller"=>"welcome"}
Filter chain halted as [:check_if_login_required] rendered_or_redirected.
Completed in 16ms (View: 0, DB: 0) | 406 Not Acceptable [http://redmine/]

Trying the same with

http://redmine:3000/login

takes me to the login page an redmine logs

Processing AccountController#login (for 10.73.8.22 at 2010-10-15 14:35:53) [GET]
  Parameters: {"action"=>"login", "controller"=>"account"}
Rendering template within layouts/base
Rendering account/login
Completed in 15ms (View: 15, DB: 0) | 200 OK [http://redmine/login]

Redmine version: 1.0.1

I would expect (and have experienced before) that I get redirected to the login page (anonymous usage is forbidden). Any hint why that's broken ?


Replies (1)

RE: Unable to reach redmine with root URL - Added by Felix Schäfer almost 14 years ago

Can you run your installation in development mode (or use a higher log level) and post the trace of the error? Thanks.

    (1-1/1)