I'm working on a DotNetNuke site which has both a staging and production server. The issue right now is with a specific NB_Store menu, but I believe is actually an issue throughout the site.
On production, clicking the edit links in the product admin works fine. It appears that clicking the edit buttons sends an AJAX post request back to the site, which returns some redirect instructions, and then the browser redirects accordingly.
On the staging server however, instead of sending back redirect instructions, the redirect is handled as a 302 redirect, and the browser tries interpreting the entire redirected page as javascript. This stops me from actually getting to the page I need to go to!
The only differences between the two server I am aware of is we've updated the paths on stage to be a new domain (stage.xxx.com as opposed to the original www.xxx.com/subdir/dnn). I haven't tried using this admin menu in particular before so I don't know if changing the paths did it, or if it was already broken.
What can I try to fix this? I'm starting to run low on ideas!