The Autosubmit Graphical User Interface (GUI) is the web-based Autosubmit frontend, allowing users to discover, monitor, and analyze experiments. It is based on ReactJS and relies on the Autosubmit API as the middleware to get experiment information.
I've found an issue with the GUI, when using the newest AS-4.0.90. After modifying the workflow (added a new chunk and changed the startdate), the GUI displays for all the new chunks the same start and end dates instead of updating it accordingly (each chunk is 1 month). I'm not sure if this can be caused by missing an autosubmit create or it might be something else.
Also, while double checking this, I found out that the platform is also set to None for all the jobs instead of taking the proper name (in this case it should be ECMWF-HPC2020).
I'm not sure if this errors come from the GUI itself or the API, but you can move the issue if it belongs to the other one.
In GitLab by @eferre1 on Sep 19, 2023, 16:31
Hi @dbeltran
I've found an issue with the GUI, when using the newest AS-4.0.90. After modifying the workflow (added a new chunk and changed the startdate), the GUI displays for all the new chunks the same start and end dates instead of updating it accordingly (each chunk is 1 month). I'm not sure if this can be caused by missing an
autosubmit create
or it might be something else.Also, while double checking this, I found out that the platform is also set to
None
for all the jobs instead of taking the proper name (in this case it should beECMWF-HPC2020
).I'm not sure if this errors come from the GUI itself or the API, but you can move the issue if it belongs to the other one.
FYI: @mcastril @bdepaula