i can't access http://localhost:5600/api/0/query/

i have installed activitywatch recommended by gpt. gpt also told that i can use it with rainmeter as an widget. so i go to manus to do the job but the problem i am facing even gpt and manus couldn’t solve is the widget is primarily empty bcz it can’t access http://localhost:5600/api/0/query/, so do i. but http://localhost:5600/api and http://localhost:5600/ is working. Could u guys plz help me :slightly_smiling_face::slightly_smiling_face:

You need to set the cors_origins configuration option in the aw-server config: Configuration

So if your widget is running on http://localhost:9999 you’d write cors_origins = "http://localhost:9999" in the config file.