Just upgraded a live site running on powerdnn from 6.1.x to 6.2.3. The upgrade appeared to work well.
But the new message center is reporting errors : when trying to locate messages or notifications
"An error occurred while processing the request. Please try again later."
What is odd is that - we initially did the exact some upgrade on our local test system with no issues whatsoever.
And we have since taken a full snap shot of the LIVE hosted version that is running on powerdnn - download that and installed it onto our local test server - and low and behold - it works perfectly - as was the case when we initially ran the local testing.
So then we dived into fiddler to find that the messaging service request call is failing with a 302 redirect.
GET /DesktopModules/CoreMessaging/API/MessagingService.ashx/Inbox?afterMessageId=-1&numberOfRecords=10&__RequestVerificationToken=TUeRU58zX134usnidsC3kOFS7UrUugdXsujJB14gmGLRqwl3YMEw%2BkF3lH1iNgRwMXxxsvbEtkAaZ0LaCdXzrOiDLfajZaDKaOAiKddGo2BI4b9r8d3j591YqM0RqyGKJprjqA%3D%3D&_=1348489112630 HTTP/1.1
which returns
HTTP/1.1 302 Found
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: http://www.loyaltepays.com/Home/tabid/38/Default.aspx
---------------------------
This is NOT happening on our local test server - the correct responses are being received.
HTTP/1.1 200 OK
Cache-Control: private, s-maxage=0
Content-Type: application/json; charset=utf-8
Server: Microsoft-IIS/7.5
------------------------------
So the question I guess is - does anyone have any ideas why this would NOT be running on the live powerdnn hosing.
Kinda hitting a brick wall here - would appreciate some thoughts.
Westa