Has anyone run into this issue and know how to fix it?
Out of the blue I am no longer able to update/save my registration server action .json file.
I get the following error message.
I'm not sure how the Mailer is related to the server action. there is no actions in the .json relating to the mailer and in fact the project does not even have a mailer set up. There is a mailer file at that location /modules/Mailer, it's obviously not a directory though, but a file called Mailer.
The actual server action .json file lives in a different location, it does exist and there are multiple other server actions in that folder and they are all saving just fine.
Edit: It's the weirdest thing. That mailer file was created a few weeks ago, but not by me knowingly doing so. It seems to be a server action that has randomly decided to name itself mailer and place itself in the modules folder? It doesn't seem to have anything to do with the register.json file that I'm trying to save.
As the file was created quite early in the morning, the only thing I can think of is that I would have accidentally created a mailer by mistake and then deleted it and forgotten doing so. But that doesn't really explain why it's stopping me from saving a seemingly unrelated .json file in another location. @George would it be safe to manually delete this mysterious Mailer file you think?