Runtime Error
SseNoUrlProvided
No URL was provided to the @get()
action. A valid URL must be provided as the first argument.
Example:
1<button data-on-click={ "@" + action + "('/endpoint')" }></button>
See the docs for the @get()
action.