Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

AEM 6.3 xhr requests and 404 error

Avatar

Level 4

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

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10

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

Lösung in ursprünglichem Beitrag anzeigen

5 Antworten

Avatar

Level 10

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

Avatar

Level 4

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.

Avatar

Korrekte Antwort von
Level 10

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

Avatar

Level 4

How was this resolved this link is not found. 🙂

Avatar

Level 2

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 ?