I am working on a NodeStream site (as you know), and I have recently started having problems with the node editing pages causing infinite redirects to itself:

When I visit http://localhost/sermitsiaq/node/54279/edit the server sends back a “Location: http://localhost/sermitsiaq/node/54279/edit” header, so the browser eventually gives up and stops following the redirects.

Any clues?

Comments

mikl’s picture

Priority: Normal » Minor

This only happens when your language settings are broken somehow. Still worth checking out, but kinda hard to reproduce.

fabsor’s picture

Title: Infinite redirect on node edit page » Infinite redirect on node edit page due to stupid language hack to ensure translations work properly
Priority: Minor » Major

This really needs to be cleaned up. We did the redirect in order to make sure all referencing nodes are the same language that the translated node is. This backfires in various ways apparantly, so we really really need to have a look at this again.