Skip to content

Commit 8d7edd6

Browse files
Merge pull request #935 from dynamsoft-docs/preview
update to internal commit 6efe3c5f
2 parents 71b86a1 + 16e68b1 commit 8d7edd6

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed
File renamed without changes.

_articles/faq/service-prompting-to-install-repeatedly.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,26 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in
1717

1818
#### There are a few possible causes
1919

20-
1. The Dynamic Web TWAIN Service (previously called "Dynamsoft Service") is not installed properly.
20+
> [!NOTE]
21+
> "Local network access permission is not granted" is a **newly developing issue**
2122
22-
2. The Dynamic Web TWAIN Service is installed correctly but not started.
23+
1. The local network access permission is not granted (required starting Chromium 142). See [Chromium local network access issue](/_articles/faq/chromium-142-local-network-access-issue) for details and corrective action.
2324

24-
3. The requests sent to the Service are redirected because you are using a proxy server on IE.
25+
2. The Dynamic Web TWAIN Service (previously called "Dynamsoft Service") is not installed properly.
2526

26-
4. The service's listening ports are blocked by another software, like anti-virus software.
27+
3. The Dynamic Web TWAIN Service is installed correctly but not started.
2728

28-
5. The service is blocked by extensions or plugins you have installed in the browser. (e.g. NoScript, M*Modal Fluency Direct Web Connector)
29+
4. The requests sent to the Service are redirected because you are using a proxy server on IE.
2930

30-
6. You are accessing an HTTPS site on a Linux machine.
31+
5. The service's listening ports are blocked by another software, like anti-virus software.
3132

32-
7. You are visiting a public HTTP website with Dynamic Web TWAIN SDK integrated via Chrome v94+ (or any Chromium v94+ based browsers)
33+
6. The service is blocked by extensions or plugins you have installed in the browser. (e.g. NoScript, M*Modal Fluency Direct Web Connector)
3334

34-
8. You have added `Access-Control-Allow-Origin` setting in the `DSConfiguration.ini` file, but the request originates from a different domain and you didn't set [`IfCheckCORS`](/_articles/extended-usage/dynamsoft-service-configuration.md#access-control-allow-origin).
35+
7. You are accessing an HTTPS site on a Linux machine.
3536

36-
9. The local network access permission is not granted (required since Chrome 142).
37+
8. You are visiting a public HTTP website with Dynamic Web TWAIN SDK integrated via Chrome v94+ (or any Chromium v94+ based browsers)
38+
39+
9. You have added `Access-Control-Allow-Origin` setting in the `DSConfiguration.ini` file, but the request originates from a different domain and you didn't set [`IfCheckCORS`](/_articles/extended-usage/dynamsoft-service-configuration.md#access-control-allow-origin).
3740

3841
#### The respective fixes are listed below
3942

0 commit comments

Comments
 (0)