AEM 6.3 xhr requests and 404 error | Community
Skip to main content
sreedobe
New Participant
October 12, 2017
Solved

AEM 6.3 xhr requests and 404 error

  • October 12, 2017
  • 4 replies
  • 3009 views

I have installed AEM 6.3 in local and deployed the application build on 6.1.

I see following kind of requests for every page that requested and these requests resulting in 404 error.

http://localhost:6302/resource-status/editor/en_US/rewards/profile-and-preferences.1.json?_=1507845945859

Question: why 6.3 making these xhr requests ? I am sure these requests are failing as there is no node called "resource-status" at root level.

Thanks,

Sreeni

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Hi,

AEM 6.3 has introduced resource editor APIs [0] which can be consumed to basically check the status and notify the author in editor mode.

Those are causing XHR request

[0] Adobe Experience Manager Help | Developing Resource Statuses in AEM Sites

Thanks

4 replies

anandr1644048
New Participant
August 25, 2018

I am having the same issue after upgrading . without editor.html in the URL it works fine where as with editor.html , its throwing 404 page.

can you please let me know how did you resolve this ?

edubey
edubeyAccepted solution
New Participant
October 16, 2017

Hi,

AEM 6.3 has introduced resource editor APIs [0] which can be consumed to basically check the status and notify the author in editor mode.

Those are causing XHR request

[0] Adobe Experience Manager Help | Developing Resource Statuses in AEM Sites

Thanks

anelem1760873
New Participant
December 14, 2021

How was this resolved this link is not found. 🙂

sreedobe
sreedobeAuthor
New Participant
October 13, 2017

Yes application pom is referring to Uber 6.3

The above mentioned 404 requests are happening when url has "editor.html" / editor mode

In preview mode, everything looks fine and no 404 errors.

smacdonald2008
New Participant
October 13, 2017

You should rebuild your AEM app using AEM 6.3 APIs, including Uber 6.3.