Good day.
My custom functions where working fine. App is already in production. I added a new custom action now, set it to exclude in compile, and since then I get the general error "Unknown error compiling custom code. A common cause is a custom widget or action whose name in the code does not match the name provided in the editor."
I downloaded the code, opened it in vscode, and my app runs perfectly, no errors, yet it won't compile in FlutterFlow.
So I deleted the custom action I just created, but my code still don't want to compile. So basically it is back to where it is in production.
The error doesn't tell me which action it has a problem with. Attached are screenshots of the error. The same error is on all actions, it seems like there is not compile per action anymore, it compiles all of it in one go? Or am I wrong?
Does anyone have the same issue? Any idea how to resolve it? It's holding up development and deployment because I cannot deploy via codemagic with this error.