Dev and live version are not always the same even after deployment

Hi,

So I am working on other components of my web app, and has done several deployments to live database already. I noticed that one component, which were already completed even before the updates to live database, remains to be outdated in the live version.

Am I missing something here when deploying changes to live database?

Are you talking about your application, or are you talking about your database?

Also are you sure you are looking at the right version (live vs test)

Hello I am talking about the app.

How can that happen? Well, after I nake save points I always deploy to live database.

Hello I am talking about the app.

several deployments to live database already

Am I missing something here when deploying changes to live database?

Well, after I nake save points I always deploy to live database.

You say you’re talking about your app, not your database, but you’ve mentioned your database 3 times now…

So, just to clarify… are you talking about your app deployment or your database? (those are two completely separate things).

Hi Adam,

I am talking about the app.

As I understand, when I update or deploy changes to the live database, the elements, UI, workflow follow or also change not just the actual data.

Unless I am missing something here?

As I understand, when I update or deploy changes to the live database, the elements, UI, workflow follow or also change not just the actual data.

If you make changes to your database data, nothing changes in your app.

If you deploy you app to live, nothing changes in your database (at least not the data).

They’re two separate things…

I’m assuming you’re talking about deploying your ‘app’ to live? (even though again you’ve said you’re making changes to your database, not the app?..)

In which case, what exactly is not updating as expected? pages? elements? workflows? etc.

Can you be more specific about that actual problem you’re facing? (maybe some screenshots or links would be helpful…)

Hi Adam, your assumption is correct. I am making changes to the App, not the data in the database.

For example:

I am seeing this kind of error on the “Official Business” where the letter “f” is missing. But in my dev version, they look all complete.
Screen Shot 2022-03-30 at 10.21.59 PM

No idea what’s happening there…

One guess could be font-issues/browser compatibility?.. Which browser/browsers are you seeing the issue in?

We’re using both google chrom, Adam.

This topic was automatically closed after 70 days. New replies are no longer allowed.