# Error: NoURLProvided

No URL was provided to the `sse()` action. A valid URL must be provided as the first argument.

Example:

```html
<button data-on-click="sse('/get')"></button>
```