You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.**Initialization succeeds, but scan/load shows blank images**
34
-
The browser console (F12 → Console) shows a CORS rejection similar to:
33
+
***2. Initialization succeeds, but scan/load shows blank images***
35
34
35
+
The browser console (F12 → Console) shows a CORS rejection similar to:
36
36
```shell
37
37
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.
38
38
```
@@ -75,6 +75,7 @@ console.log(status.state);
75
75
```
76
76
77
77
If not granted, guide users to:
78
+
78
79
Chrome → Settings → Privacy and Security → Site Settings → Local network access
0 commit comments