Server function not being called (?)
I'm sorry for asking help for something that should be so simple but I'm very confused.
I currently have a simple async server debug function:
and it's called here:
Referenced in the button's onclick here:
The console log for the server isn't called, and neither is the client button even
There are no network requests being sent either
The build does not throw any errors, only some warnings which I believe do not pertain to this
The only debug info I have is in the picture attached
What could be going wrong?
I currently have a simple async server debug function:
and it's called here:
Referenced in the button's onclick here:
The console log for the server isn't called, and neither is the client button even
There are no network requests being sent either
The build does not throw any errors, only some warnings which I believe do not pertain to this
The only debug info I have is in the picture attached
What could be going wrong?

