On PRODUCTION my publish button not working... but in LOCALHOST is WORKING

Guys… when i click in PUBLISH BUTTON to send a content nothings happen online…

But i open the same project locally in LOCALHOST… open my content in DRAFT MODE that i created online… and click in PUBLISH then works…

This message bellow appears in my console… the question is: Why LOCALHOST works and ONLINE not :frowning:

ValidationError: components.Input.error.validation.required
at main.85cccb44.chunk.js:1
at main.85cccb44.chunk.js:1
at main.85cccb44.chunk.js:1
at main.85cccb44.chunk.js:1

Have you tried running your localhost in production mode, just to see if it’s that is causing the issue?
I think you can change your env to be production just to test it.