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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,16 @@ And the raw executable here:
148
148
149
149
-`<project-dir>\src-tauri\target\release`
150
150
151
+
## Issue's ?
152
+
153
+
- "Failed to fetch" error: In `src/backends/main.py` CORS expects your UI is running on localhost:3000. If not, add your url to the `origins = []` array or set:
154
+
155
+
```python
156
+
app.add_middleware(
157
+
allow_origins="*"# whitelist everything
158
+
)
159
+
```
160
+
151
161
## Todo's
152
162
153
163
- Pass parameters to the sidecar (like server port) via a frontend form.
0 commit comments