Hi, I created my own osm server and I appended some data. I would like to use iD editor to change something, but I'm not able to do it. When I press edit tab in the web I receive the application error 500. In the following the lines in the production.log: I, [2015-06-24T09:16:14.256607 #14679] INFO -- : Rendered site/id.html.erb (182.3ms) I, [2015-06-24T09:16:14.256943 #14679] INFO -- : Completed 500 Internal Server Error in 189ms (ActiveRecord: 3.1ms) F, [2015-06-24T09:16:14.258915 #14679] FATAL -- : ActionView::Template::Error (undefined method I think the problem is related to user_tokens and client_applications table. I do not know how to fill them. Could you help me? Thank you, Laura asked 24 Jun '15, 10:43 Laura edited 14 Jul '15, 22:24 aseerel4c26 ♦ |
One Answer:
I think you are getting this error because Alternatively, on your site you could choose to allow un-loggedin users to use iD by wrapping the answered 26 Jun '15, 10:33 bhousel edited 26 Jun '15, 10:33 |
Hi, Thank you for your answer. I have not changed the server code, but probably there are some problems in some database tables. I was wondering if someone can help me in understanding what I have to write in the user_tokens and client_applications table for a particular user. Thank you, Laura