Ive been working on my app for a week now, randomly it’s decided to stop publishing dev changes to live.
Absolutely bizarre, anybody else seen this?
Ive been working on my app for a week now, randomly it’s decided to stop publishing dev changes to live.
Absolutely bizarre, anybody else seen this?
So it will publish html and css changes.
But any new features im adding will not be called from db to live url or added to the database from live url.
I’ve run into some caching issues with my client not showing the latest server side changes, but I was able to bypass this by using this feature.
It seems to be related to this older post.
I’m not sure if this is similar to what you were experiencing.
Got the same issue, started happening around 16 hours ago.
Hey.
I managed to resolve mine and I hope I can help you to!
Ask Gemini to check if it’s writing to the correct folder!
Mine had suddenly started writing to a completely new folder. So the old code was working great, but the new code wasn’t changing anything because it was incorrectly publishing.
I hope this works for you!
This was the answer. It was working on a file in a workspace folder which doesnt get pushed to live instead of working on the same file in the src folder.
Thanks a lot. Spent hours on this.
Awesome! Me too!
Spent nearly a working day trying to change permissions and security settings!
Glad it worked for you!