My core backend API service disappeared after server reboot

Hi there,

after reconnecting now to the server my core backend application is empty.
AppId 66C2DBD4-189A-7377-FF95-915D98235700
Api Service Listings upsertAnnualStockDataByIsin

Could you please check how to restore the source code.

Thank you in advance.

Regards, Joerg

Hi Joerg,

Please check now. The method will show the same logic that is currently deployed to prod.

Regards,
Mark

I have restored from the server. Now I can see
image
the Service in orange. Can I safely deploy this service or what happens? I am used that an edited service will show in blue.

Thank you for answering while troubleshooting everything else in parallel.

Regards, Joerg

Just one question: is it safe to deploy?

Hi @Jorg_Beyer

The orange color means your local changes are based on non-latest logic. For instance:

  • you open the logic, make some changes and save (deploy) them
  • then you open the logic on another browser, make changes and deploy them
  • now when you open the logic on the first browser and the system shows you the warning color to make sure everything is OK before deploying it

There is a button (Changelog) in the toolbar, click it to see the difference between your local changes and server.
You can reset all your local changes by applying the logic version from the server

Regards,
Vlad