I’ve tried restarting Otto and FMS and the issue persists. The deployments page (otto/app/deployments) fails and constantly gives the error code 500. This is on a Linux Server and it’s running FMS 20.3.2.205 and OttoFMS Version: 4.3.5.240506499.
I don’t know if the following is related but I believe it all started as I was doing some API tests to start deployments, following these steps OttoFMS Developer API
If you open up your browser console(right click and inspect) and go to the console tab, do you see errors there? If so, what are the error messages?
You could also try listing your deployments via the api to see if there is an error coming back from that api call. I suspect that one of your deployments somehow got saved improperly, but I’ll need to see the errors to know how.
Does restarting the OttoFMS service fix the issue? Would you be able to send me the details of the deployment you started via the API (the JSON you sent to OttoFMS with secrets hidden would work). I’d like to try and replicate this.
Are you scheduling these deployments?
Also, are there any errors in the otto-info.log file that you see?
Hmm that is strange. I’m glad the protections I put into the database caught that on restart. When I get back from pause I’ll make sure that the log gets created at the beginning of the deployment, I’m not sure how it missed one. Thanks for the report!!