APP not updated with changes

I have noticed that sometimes when testing my latest changes to my app, changes do not work as expected. They seem to be missing, and old func is still in place, or some other weird thing happens. Refreshing, switching pages and so on has no effect.
Closing the browser and opening a new one always solves the issue.

So this feels to like an issue with backend-bubble that does not refresh the app correctly, get locked by something or other.

Anyone else experienced this? Any tip to what could cause this issue?
It is not a major problem, but it sometimes steal my time before I “get it”. My changes work, they have just not “taken effect” yet.

I use branches, so i suspect it might have something to do with that, but changes fail testing in same branch, so it is a bit more fundamental than me messing up branches.

/ALM

I’m pretty sure it’s some caching issue on Bubble’s end. Their caching system is pretty aggressive, which is great for performance, but it can sometimes mean that old code or data is sticking around even after you’ve made changes.