In the Vercel v0 development environment, server actions can no longer be called from the client. I would like to be able to call them as before. Do you know how?
How are you calling them right now? Can you show any examples?
It was very strange, but when I opened the development environment today, the server action that was causing the error was working normally. I thought that the policy for the v0 server action had been updated, so I spent the whole day yesterday converting all server action processing to API Routes… but it turned out that there was no need to do that. (I ended up using up a lot of credits for that( ノД`)…)
Anyway, I don’t know what the cause was, but it has been restored. However, if something like this happens again in the future, it will be a big problem. When building server-side logic, I prefer to use server actions with high security, but is it recommended to use the API as a v0 development environment?