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.
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.