> > Hi, all (ajax) forms to add things (context, project, tados,...) return > 404's. > The submissions do work however: the requests are processed and the > necessary data saved to the database, but still a 404 is returned... > Why is this? I assume this is not indented behavior? Can it be fixed?
No, this is not intended behavior :-) It's not clear why this goed wrong. Are you using a vanilla Tracks install or did you modify it? Are there error messages in your log? > I checked this on 1.7 HEAD. (I cannot start my 1.6 anymore so I cannot > check there) > > > with telnet, POST'ing manually: > [EMAIL PROTECTED]:~$ telnet localhost 3000 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > POST /contexts HTTP/1.1 > I think you should try GET /contexts here instead of POST > > PS: Reinier can you please keep your db/tracks-15-blank.db in sync with > your code? > It would make it easier when switching between my code and yours, then > I > don't need to run migrations every time :-) > (or am I missing something? is it supposed to be this way?) I'll update both db's. I'm not using sqlite so I'll probably forget it once in a while :-) Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
