Hello, I hope I don't ask on the wrong place. (And sry for my bad English.) I have a Problem: Since I registered 6 month ago, I can't access my website-Settings-Page. The Problem is the special-char (sharp, #) in my username "#Reaper". The URL of the link is: http://www.openstreetmap.org/user/%23Reaper/account But I got the following error-message:
(And I got redirected to http://www.openstreetmap.org/user/ ) Other sites like the OAuth-settings ( http://www.openstreetmap.org/user/%23Reaper/oauth_clients ) - which also includes my nickname in the URL - are working correctly. I hope you could fix this (maybe without changing my nickname.. that would be nice.. ^^) Thank you very much! :) br, Reaperasked 19 Jul '12, 18:15 Reaper Jonathan Ben... |
add RAILS_SERVE_STATIC_FILES=true like below: RAILS_SERVE_STATIC_FILES=true RAILS_ENV=production bundle exec rails server --binding=0.0.0.0