Issues with new Beta Integrated Dev Portal

sidd-harth
Participant V

Hi guys, I faced a couple of issues while exploring the new Beta Integrated Dev Portal.

First of all, I was able to resolve the standard CORS issues as per the docs. But then I had a small issue while making calls to HTTP API Proxy endpoint from the portal. I think we can only make calls to HTTPS Proxy endpoint from the portal.

I am not able to Login from the Dev Portal, onClick of Sign-In button, it redirects to,

https://vacmadegnhowreu-9wrtx65wqlxxjnri.accounts.apigee.io/login
Request URL: https://vacmadegnhowreu-9wrtx65wqlxxjnri.accounts.apigee.io/login?error=login_failure
Request Method: GET
Status Code: 200 OK
Remote Address: 35.196.236.193:443
Referrer Policy: no-referrer-when-downgrade
Response Headers
HTTP/1.1 200 OK
Date: Mon, 28 Jan 2019 14:56:10 GMT
Content-Type: text/html;charset=ISO-8859-1
Transfer-Encoding: chunked
Connection: keep-alive
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Content-Security-Policy: script-src 'strict-dynamic' 'nonce-MjAxOS0wMS0yOFQxNDo1NjoxMFplS2Z4T2pMV3A3cHlqdw' 'unsafe-inline' http: https:; object-src 'none'; base-uri 'none'
Content-Language: en-GB
Server: Apache
Request Headers
GET /login?error=login_failure HTTP/1.1
Host: vacmadegnhowreu-9wrtx65wqlxxjnri.accounts.apigee.io
Connection: keep-alive
Cache-Control: max-age=0
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Referer: https://vacmadegnhowreu-9wrtx65wqlxxjnri.accounts.apigee.io/login?error=login_failure
Accept-Encoding: gzip, deflate, br
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
Cookie: route=c98fc931d8171a94cc8516ea36bbed5d; JSESSIONID=FFB68E407E49D69A26D24B6C2B6A1C2D; X-Uaa-Csrf=DVSKeI; _gcl_au=1.1.1500626317.1548687310; _ga=GA1.3.144446914.1548687310; _gid=GA1.3.999650873.1548687310; _mkto_trk=id=351-WXY-166&token=_mch-accounts.apigee.io-1548687312368-73298; _gat_apigee08282017=1

I am using correct credentials but it says,

Unable to verify email or password. Please try again.
Solved Solved
0 2 334
1 ACCEPTED SOLUTION

Hello Siddharth,

I would love to resolve the issues you are seeing with Edge integrated developer portals. I am a little confused as to the exact issue you are seeing and how it is being caused. Can you provide steps to reproduce the issue you are seeing? Some steps I have already taken are:

1) I was able to access your portal: https://onlineman477-eval-venkattmob.apigee.io.

2) I registered for an account, and verify my account email to activate the account.

3) Login to the account on your portal

4) Create a new app, and register for an API key for the API documented

5) Use the API key to make a successful call to the API endpoint using the documentation registered for the /users endpoint.

Please let me know what you are trying to do that is not functional and some steps you are taking to reproduce.

Thanks

-Sean

View solution in original post

2 REPLIES 2

Hello Siddharth,

I would love to resolve the issues you are seeing with Edge integrated developer portals. I am a little confused as to the exact issue you are seeing and how it is being caused. Can you provide steps to reproduce the issue you are seeing? Some steps I have already taken are:

1) I was able to access your portal: https://onlineman477-eval-venkattmob.apigee.io.

2) I registered for an account, and verify my account email to activate the account.

3) Login to the account on your portal

4) Create a new app, and register for an API key for the API documented

5) Use the API key to make a successful call to the API endpoint using the documentation registered for the /users endpoint.

Please let me know what you are trying to do that is not functional and some steps you are taking to reproduce.

Thanks

-Sean

Thanks for the comment, I got it working. I made a mistake with the login/register step.