Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@skholkhojaev
Copy link
Contributor

@skholkhojaev skholkhojaev commented Dec 16, 2025

When the Spidy link check service fails to connect, the preflight panel always displays "A VPN connection is required to use the link check service. Please turn on VPN and refresh the page." This message is misleading because the connection failure could be caused by reasons other than VPN.

Resolves: MWPW-185403

Test URLs:

@skholkhojaev skholkhojaev requested a review from a team as a code owner December 16, 2025 14:50
@aem-code-sync
Copy link
Contributor

aem-code-sync bot commented Dec 16, 2025

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch
Commits

@skholkhojaev skholkhojaev requested review from mokimo and removed request for a team December 16, 2025 14:52
@skholkhojaev
Copy link
Contributor Author

This PR is being Merged into LinkCheckerFix since both issues are related and it would be easier to merged it to stage that way

} catch (e) {
window.lana.log(`There was a problem connecting to the link check API ${url}. ${e}`, { tags: 'preflight', errorType: 'i' });
return false;
return { success: false, isVpnError: false };
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the logic here is a bit "made up" and has assumptions

"if the request goes through and we get a repsonse = its either a 200 which is great, or 401, 403 status which we assume to be vpn problem"
"if we get no response from the request that we sent = server has issues"

@github-actions
Copy link
Contributor

This PR has not been updated recently and will be closed in 7 days if no action is taken. Please ensure all checks are passing, https://github.com/orgs/adobecom/discussions/997 provides instructions. If the PR is ready to be merged, please mark it with the "Ready for Stage" label.

@github-actions github-actions bot added the Stale label Dec 26, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2026

Closing this PR due to inactivity.

@github-actions github-actions bot closed this Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants