Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to generate Access token #102

Closed
damianavid opened this issue Mar 29, 2024 · 6 comments
Closed

Unable to generate Access token #102

damianavid opened this issue Mar 29, 2024 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@damianavid
Copy link

damianavid commented Mar 29, 2024

Describe the bug
Unable to generate Access token in Microsoft Playwright Testing dashboard.

To Reproduce
Steps to reproduce the behavior:

  1. Step 1 'Following the setup guide'
  2. Step 2 'Click the cog icon in header, under settings select Access tokens. Click the 'Generate new token' button and fill out the form.'
  3. See error - undefined is not an object (evaluating 'r.error')

Expected behavior
Generate an Access token.

Screenshots
Screenshot 2024-03-27 at 12 13 14 PM
Screenshot 2024-03-27 at 12 15 37 PM
Screenshot 2024-03-27 at 12 15 43 PM
Screenshot 2024-03-28 at 1 03 45 PM
Screenshot 2024-03-28 at 1 03 52 PM
Screenshot 2024-03-28 at 2 15 09 PM
Screenshot 2024-03-28 at 2 15 23 PM
Screenshot 2024-03-28 at 2 16 32 PM

Setup information (please complete the following information):

  • Azure Subscription Id: 8f9290f9-f4dc-4be5-83e2-3c831b8d66ee
  • Workspace Name: uicoe
  • Service trace Id (if available): N/A
  • Log snippet (if available): Log screenshots above
  • Browser on which tests are executed (if applicable): Safari Version 16.6 + Chrome Version 123.0.6312.86
  • Time range (in PST) when the issue was experienced: 03/25 - 03/29 9:00am - 5:00pm PST
  • Playwright Version: "@nx/playwright": "16.7.4", "@playwright/test": "^1.36.0", "eslint-plugin-playwright": "^0.15.3",
  • Client machine OS: MacBook Air M2 Ventura 13.6.3
  • OS requested on Service: N/A

Additional context
Add any other context about the problem here.

AB#2017176

@damianavid damianavid changed the title [BUG]:[Unable to generate Access token] Unable to generate Access token Mar 29, 2024
@puagarwa
Copy link
Contributor

puagarwa commented Apr 2, 2024

Hi @damianavid,
We looked into har file which you shared offline. we observed one strange thing in har request about remote address being set as :80, ideally it should be our remote address which is something like this [2620:1ec:bdf::72]:443,

Can you please try these options

  • Try from different machine and network, you could also try it from your phone
  • check if there is any configuration at your side intercepting requests, you may need to allow our domains.

snippet from har file
image

@puagarwa
Copy link
Contributor

puagarwa commented Apr 2, 2024

Hi @damianavid ,
Sure that rules out your network or machine issue. Can you please help collect har file with preserve log option ticket and share all logs from the time you login on portal and then try creating token. please send log on email alias.

@vvs11 vvs11 added the bug Something isn't working label Apr 2, 2024
@damianavid
Copy link
Author

@puagarwa Good morning, Just wanted to confirm you got the email including the HAR file with preserve log option yesterday. Thanks!

@puagarwa
Copy link
Contributor

puagarwa commented Apr 4, 2024

Hi @damianavid ,
We have made a probable fix, can you please try now and if it doesnt work send us har file with preserve logs.

@damianavid
Copy link
Author

damianavid commented Apr 4, 2024 via email

@puagarwa
Copy link
Contributor

puagarwa commented Apr 4, 2024

thanks for confirming the fix. feel free to open new issue if you face any issue or have any question for us while using the service.

@puagarwa puagarwa closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants