"We just updated this page.." On Live Site

I have been aware that whenever the dev site is pushed to Live the user will need to update the page and would lose any data (say updating the profile) so plan was to do this at a certain time when neither USA or SE Asia were in working hours but now seems that updates happen beyond our control and something from Bubble side. I looked around the forum a bit and seems the only way to stop this is to pay for a Dedicated Plan which financially we cannot do now. (currently on Personal Plan while we get this going).

We do not want to set up auto binding on fields which is effectively autosave as this slows things down and messes up tabbing too we found. I saw a bubble.io plug in that would automatically force page reload but presumably data would still be lost.

We are fine if we could run an update every couple of days at a time we choose but the issue is my colleague is checking through our partners profiles on the live site and is experiencing these messages when I have not pushed anything to live and multiple times a day.

I do not think it will work for anyone if they cannot control when their users would get this message and it is going to be hard to build scale until we are able to go to a more expensive plan if we can’t find a way round this.

thanks!

1 Like

I think you can add something to header to stop the message?

There is a plug in by AirDev that auto updates page but data would still be lost. Also that doesn’t work for me as causing some elements to hide and not reappear on some pages. Issue is the message appearing combined with data loss when I HAVE NOT pushed anything from Dev to Live and I do not know why this happens but not good at all. WIll keep investigating but needs to be resolved.

No. There is a bit of script you can add. But my memory is failing me.

1 Like

That would be interesting to look at and understand how it works if avilable… tks

> <style>
> .bad-revision {
>   visibility: hidden !important;
> }
> <style>

Sorry, I had to search my Twitter feed for that, and we all know how great that is :roll_eyes:

Note, all that does is hide the message. It doesn’t refresh the app. But it is free :man_shrugging:

5 Likes

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