Using nextjs 14, I am trying in my Signup component to call a server action to add the new registered user to a certain team with teams.createMembership(...)
I tried the following but it didn't work for me: https://discord.com/channels/564160730845151244/1193874699915112448/1193939706644279437
I also made a call to a simple server action, just with a console.log and the error appears anyway