microsoft / azure-boards-estimate

MIT License
34 stars 24 forks source link

Extension no longer works after "Moved extension to new home" update #6

Closed Blackbaud-MaryRudisill closed 3 years ago

Blackbaud-MaryRudisill commented 3 years ago

Version 2.3.0 just got pushed to our Azure DevOps. The extension Hub page (list of Sessions) still loads (although I am seeing errors in Chrome tools), but we can no longer drill into any specific Sessions. Page never finishes loading and seeing the following error:

POST https://msdevlabs-estimate-backend.azurewebsites.net//estimate/negotiate?sessionId=... net::ERR_CONNECTION_RESET

I see in the code that const baseUrl = "https://estimate-backend.azurewebsites.net/"; changed to const baseUrl = "https://msdevlabs-estimate-backend.azurewebsites.net/";

I'm assuming there is an issue with us accessing the new baseUrl. Thanks.

MOlausson commented 3 years ago

Hi @Blackbaud-MaryRudisill. Thanks for letting us now, we'll look into this. Have you tried a hard reload of the extension? Do you get the same error if you start a new session?

Blackbaud-MaryRudisill commented 3 years ago

Aha! I restarted the browser and force loaded the page and it appears to be working. Sorry about that. I'm embarrassed that I didn't try turning it off and on again before filing this. Thanks.

Blackbaud-MaryRudisill commented 3 years ago

Do y'all close this or do you want me to?

MOlausson commented 3 years ago

Ah, good to hear it's working for you. I'll close the issue for you now.