Skip to content

Conversation

@Nandhini4501
Copy link
Contributor

@Nandhini4501 Nandhini4501 commented Dec 19, 2025

Added a new FAQ as per the ticket: https://testsigma.atlassian.net/browse/DOC-764

Updated an existing doc as per the ticket: https://testsigma.atlassian.net/browse/DOC-767

Screenshot 2025-12-19 at 5 08 00 PM Screenshot 2025-12-19 at 5 08 09 PM

Summary by CodeRabbit

Release Notes

  • Documentation
    • Added troubleshooting guide for the "Try again" error when launching the Testsigma Desktop App, including resolution steps for browser permission settings.
    • Enhanced Docker setup documentation with region-specific configurations for US, India, and EU deployments, including deployment commands and tunnel activation guidance.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 19, 2025

Walkthrough

This pull request adds a new FAQ documentation page addressing Chrome 139+ "Try again" errors in the Testsigma Desktop App and expands Docker setup documentation with regional configuration variants (US, IN, EU) including region-specific images and environment variables.

Changes

Cohort / File(s) Change Summary
New FAQ Documentation
src/pages/docs/FAQs/web-apps/how-do-i-fix-the-try-again-error-when-opening-the-testsigma-desktop-app.md
Adds new FAQ page explaining Chrome 139+ "Try again" error causes (browser permission restrictions) and provides step-by-step resolution for enabling Pop-ups, redirects, and local network access permissions.
Docker Setup Regional Variants
src/pages/docs/testsigma-tunnel/setup-installation-docker.md
Expands Docker installation documentation to include region-specific setup blocks for US, IN, and EU regions with distinct container images, environment variables, and procedural steps; clarifies placeholders and adds service lifecycle commands (docker compose up/down).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10-15 minutes

  • Verify technical accuracy of Chrome permission settings and error resolution steps for the new FAQ
  • Confirm regional Docker image tags and environment variables match actual deployment configurations
  • Ensure consistency in documentation formatting and terminology across regional variants

Possibly related PRs

  • Added two new FAQ docs #701 — Addresses related browser pop-up and permission issues documentation, complementing the new Chrome permission error FAQ.

Suggested reviewers

  • bharathk08

Poem

🐰 With whiskers twitch and docs held tight,
New pages bloom and Docker's bright,
From Chrome's small pop-ups to regions three,
The knowledge grows like carrots free!
A hopper's joy—these guides so clear,
Will help all testers far and near! 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main changes: adding a new FAQ about the Testsigma Desktop App error and updating Docker setup documentation with regional variants.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch DOC-764

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
src/pages/docs/testsigma-tunnel/setup-installation-docker.md (1)

35-78: Clarify architecture placeholder in docker-compose image tags.

The placeholder <arm64/amd64> in lines 40, 55, and 70 is ambiguous. Users won't know whether to replace it with both architectures or choose one. Typical Docker tags use a single architecture (e.g., testsigmainc/testsigma-tunnel:arm64-latest or testsigmainc/testsigma-tunnel:amd64-latest).

Revise the placeholder to explicitly indicate selection:

  • <arm64-OR-amd64> (choose one based on your system), or
  • <ARCHITECTURE> with clarification in the placeholder descriptions (line 79).

This prevents user confusion when replacing the placeholder.

🧹 Nitpick comments (2)
src/pages/docs/testsigma-tunnel/setup-installation-docker.md (2)

79-84: Standardize placeholder formatting in descriptions.

Line 84 uses ***true*** and ***false*** (bold italic), while other placeholders use angle brackets (e.g., <API_KEY>, <NAME_OF_TUNNEL>). For consistency, update line 84 to:

- **true/false:** Set to `true` for verbose logging or `false` to disable it.

This aligns with inline code formatting conventions for boolean values.


8-16: Consider adding contextual links for new regional sections.

The front matter contextual links include only "Prerequisites" and "Setup Testsigma Tunnel Using Docker" (lines 8–16). The regional blocks (US, IN, EU) are now primary navigation points but are not listed.

If these regions are meant to be navigable via the table of contents, add links:

- type: link
  name: "US Region"
  url: "#us-region"
- type: link
  name: "IN Region"
  url: "#in-region"
- type: link
  name: "EU Region"
  url: "#eu-region"

This improves discoverability, especially for users looking for region-specific setup instructions.

📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2117f67 and be40bdf.

📒 Files selected for processing (2)
  • src/pages/docs/FAQs/web-apps/how-do-i-fix-the-try-again-error-when-opening-the-testsigma-desktop-app.md (1 hunks)
  • src/pages/docs/testsigma-tunnel/setup-installation-docker.md (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: CI
🔇 Additional comments (2)
src/pages/docs/FAQs/web-apps/how-do-i-fix-the-try-again-error-when-opening-the-testsigma-desktop-app.md (1)

27-42: Clear and actionable step-by-step instructions.

The resolution steps are well-organized, easy to follow, and directly address the issue. Good use of formatting to highlight UI elements and button names.

src/pages/docs/testsigma-tunnel/setup-installation-docker.md (1)

35-92: Excellent regional expansion of Docker setup documentation.

The addition of US, IN, and EU regional variants with region-specific container images and environment variables significantly improves the documentation's usability for a global audience. The placeholder descriptions (lines 79–84) clearly explain what each variable means, and the new operational commands (docker compose up -d and docker compose down) provide practical guidance for managing the tunnel service.


This issue can occur due to Chrome browser permission restrictions. After a browser version update, the permissions required to open the desktop application (such as pop-ups or local network access) may be blocked, causing Chrome to prevent the request.

![Try Again](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/chrome_138.1.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Update image filenames to match Chrome 139+ documentation context.

The document discusses Chrome 139+ (lines 17–19), but both image filenames reference Chrome 138:

  • Line 21: chrome_138.1.png
  • Line 34: chrome_138.png

If these screenshots were taken from an older browser version, consider renaming them to chrome_139.1.png and chrome_139.png for consistency. If the filenames are intentional (e.g., due to S3 bucket constraints), update the surrounding text to clarify which browser version the screenshots represent.

Also applies to: 34-34

🤖 Prompt for AI Agents
In
src/pages/docs/FAQs/web-apps/how-do-i-fix-the-try-again-error-when-opening-the-testsigma-desktop-app.md
around lines 21 and 34, the embedded screenshot filenames reference Chrome 138
while the text refers to Chrome 139+; update the assets and references so they
match: either rename the image files in S3 to chrome_139.1.png and
chrome_139.png and update the markdown links accordingly, or keep the existing
filenames but change the surrounding copy to explicitly state that the
screenshots are from Chrome 138 to avoid confusion.

@bharathk08 bharathk08 merged commit 3e070ed into dev Dec 19, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants