How can I remove the Server side action that I’ve put under App -> Server side data -> Server connect ?
See screenshot:
I have tried to click the “Security/user_check” text and simply remove it but the pop up appears asking me to select a server side action. I can’t leave it empty as I HAVE to select an action.
If you’ve added a server connect component, why would you want to clear the action field? If you didn’t mean to add the component, you can delete it. There are situations where you might want to edit action manually, eg if you wanted to add a conditional action, in which case you can edit it in code view.
You can also delete the action in code view, but I’m not sure what the point would be - ie just remove the url value: <dmx-serverconnect id="serverconnect1" url=""></dmx-serverconnect>
So I figured I want to remove it for now and continue setting up the log in system (haven’t finished logging in yet in the first place) and then revisit this documentation page.
I want to try delete in in code view as you mentioned but can’t seem to find the action there. This is literally the entire code in code view: