### Is there any way to set Slot by API not by action

**Rasa Open Source**  Mar 1, 2020  
Thanks, [@Tanja](https://forum.rasa.com/u/tanja) for your input. But I am still facing the same issue. It shows me that slot is set but when I called it in custom action it gives me None.

---

### Cors Enable

**Rasa Open Source**  Oct 4, 2019  
hi [@haneef](https://forum.rasa.com/u/haneef), try the below command:

```bash
rasa run -m models --enable-api --cors “*” --debug
```
