My Apps - Page Not Found

Not applicable

Step 1: I go to my My Apps in menu and this is the screen I see: http://screencast.com/t/W4y1RmFth

Step 2: I click on Add a new app and I get get a page not found error: http://screencast.com/t/5jVA7rms

I’ve look through permissions and things seem to be setup correctly. This is an on prem setup. Has anyone else experienced this?

0 4 181
4 REPLIES 4

sarthak
Participant V

@eric@prolificinteractive.com

Maybe the user has configuration issues? Can you try the same thing with another user?

For more hint check the admin-menu->reports-> recent log messages and see what errors may be getting reported?

Not applicable

That helps, the logs show that when making the API connection to edge it was getting denied. Looks like the user account was not authenticated to communicate to Apigee Edge.

Not applicable

After I updated to the correct credentials for the API, below is the most recent error I found in the logs...has anyone seen this before?

>>>>>>>>
GET /v1/o/Example_Staging/developers/devops@example.com/apps/devconnect_developer_apps_show_edit_form HTTP/1.1
Host: example.com
accept: application/json; charset=utf-8
User-Agent: DevPortal/ Guzzle/ curl/ PHP/5.3.3
Authorization: Basic [**masked**]
Referer: http://example.com/user/4/apps/add


<<<<<<<<
HTTP/1.1 404 Not Found
Content-Type: application/json
Date: Tue, 27 Sep 2016 21:27:22 GMT
Content-Length: 178

{
  "code" : "developer.service.AppDoesNotExist",
  "message" : "App named devconnect_developer_apps_show_edit_form does not exist under devops@example.com",
  "contexts" : [ ]
}

@eric@prolificinteractive.com , Welcome to Apigee community,

Above HTTP call is an invalid one. I believe something is really wrong. Can you rebuild registry using drush ?

drush rr

Also, Please open a support ticket. I don't think community can troubleshoot this issue without access to the system.