Skip to content

Commit 7a28950

Browse files
committed
update faq
1 parent 8268a12 commit 7a28950

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_articles/faq/chromium-142-local-network-access-issue.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: Dynamic Web TWAIN, Error Troubleshooting, CORS, unknown address space,
77
breadcrumbText: Error message - Permission was denied for this request to access the unknown address space
88
description: CORS unknown address space
99
date: 2025-11-04 17:21:42 +0800
10-
last_modified: 2025-11-04 17:21:42 +0800
10+
last_modified: 2025-11-05 17:26:42 +0800
1111
---
1212

1313
# Error Troubleshooting
@@ -27,12 +27,10 @@ You may experience one or more of the following:
2727

2828
1. **Service installer repeatedly prompted**
2929
The browser prompts you to download/install the service even though it is already installed.
30-
3130
![DWT_installer.png](/assets/imgs/DWT_installer.png)
3231

3332
2. **Initialization succeeds, but scan/load shows blank images**
3433
The browser console (F12 → Console) shows a CORS rejection similar to:
35-
3634
```shell
3735
Access to fetch at 'https://127.0.0.1:18623/fa/VersionInfo?ts=1761893667670' from origin 'https://your-domain.com' has been blocked by CORS policy: Permission was denied for this request to access the `unknown` address space.
3836
```
@@ -75,6 +73,7 @@ console.log(status.state);
7573
```
7674

7775
If not granted, guide users to:
76+
7877
Chrome → Settings → Privacy and Security → Site Settings → Local network access
7978

8079
**b) If Running Inside an `iframe`**

0 commit comments

Comments
 (0)