Can't update (deploy) page to Firebase host - firebase

I looked for a while for similiar quest, but those solutions didn't work for me.
firebase deploy command doesn't change version on the web's url.
Even though there is an update seen in the console there in no change seen in web.
I don't know if it's important but I run those commands from cmd

The page is updated, but your browser shows you the old version of the page. To fix this do a hard cache reset. Open the website in Chrome and press ctrl + shift + r.

Related

changes on browser moved locally but no changes

I have a website built in Reactjs and SCSS.
I'm doing some `SCSS changes on the browser, however when I move those changes to Visual Studio,
what is supposed to be is when I refresh the browser the changes should appear. however, the changes lost to note that some changes were done successfully to other parts.
I have done search since a couple of days ago and this is what I found
that I should disable caches also delete them plus cookies. I did that. I have also tried to open it in incognito mode
but the problem still appears
link for the sample of the website
here
so i got this error in console log
index.js:1 Warning: Failed prop type: Invalid prop `color` of value `gray3` supplied to `ForwardRef(Typography)`, expected one of ["initial","inherit","primary","secondary","textPrimary","textSecondary","error"]
what I am missing?
Try to refresh the browser by hitting CTRL + F5. This way, the cache will be cleaned, and the CSS changes will be applied
I found out that i was editing the wrong file
since the project is not built by me
thank you everyone who tried to help me

Server not showing the right file on webpage

I am testing/learning how to send info from a Gravity form to a test file on my website.
I am using a testfile.txt that I added in var/www/ which is the location of the Wordpress directory.
The command I am running updates that file and I am able to see its contents when i go to the domain: mywebsite.com/testfile.txt.
The first time I run the Gravity form, I can see the changes on the webpage. However, after updating its contents to something else, the webpage does not update despite reloading it.
To troubleshoot this, I SSH'd into the server to see if the file was being updated and indeed it was...
So, basically, the file is being updated on the server but not on my GoDaddy domain... Has anybody encountered a problem like this? And if so does anyone have a solution?
I am no Expert in this field, Beginner to be honest. When I was learning Python flask a framework for building website, I had similar issue. Maybe the problem is that, when you visit your website it loads from the cache. To solve that press 'ctrl + F5', it forces a cache refresh, and will guarantee that IF the content is changed, you will get the new content. Again, I am beginner myself.
As #Sadman said, whenever I don't see my content getting updated I do a hard refresh or delete the cookies and cache manually. Either one of these solved my problem. To make a hard refresh press ctrl+shift+r or ctrl+f5 or shift+f5 on windows. On MAC this is cmd+R. I hope this helps!

Rails: asset pipeline is not persisted. Changes in CSS do not appear in browser

I am working on an app in Rails. We are using Turbolinks.
I've had this issue since yesterday : changes in CSS or JS do not appear in the browser (Chrome).
So far, the only way to see changes is to run "rake asset:clean" and "rake assets:precompile" in the terminal, for any modification.
I used hard-refresh (shift + cmd + R), but it didn't work.
I also tracked what was happening in the network while hard-refreshing :
-"status" in 200, and "size" is 66.3KB.
I cleared the cache of my browser.
Does anyone know how to fix this asset pipeline issue, so I no longer have to manually update changes ?
I cracked the case with my good friend and beloved CEO #bonapara : just DON'T RUN "rake assets:precompile". This is the source of the problem.
Check your public folder in your app, delete the "assets" folder. Here you are.

Firebase Hosting not updating connected domain

I'm hosting a web app with Firebase hosting service.
I build my app and then deploy it using firebase command tools.
The build is successful and the firebase domain shows the update:
https://calmeet-a7271.firebaseapp.com/e/-KsC5suhESWNwzYw6rtq
But the connected domain doesn't show the update:
https://calmeet.co
You can see the difference in these two links by the Settings (cog) button on the top right. https://calmeet-a7271.firebaseapp.com/e/-KsC5suhESWNwzYw6rtq has the settings button while https://calmeet.co does not
I'm not sure what I'm doing wrong, I thought this would be automatic.
DNS seem to be working alright. I don't see any error in firebase
I had this same issue. It was caused by doing back to back ng-build and firebase deploy commands in the terminal.
Turns out chrome was caching my connected site. If I opened it in a different browser (safari) it would update. Another way to fix it in chrome is to clear recent browsing data by going to your browser toolbar, clicking More and then More Tools and then Clear Browsing Data.
Short answer, Clear caching browse and try again or open another browser.
Hope this help.
Just do a hard refresh (cmd + shift + r) on your website on Chrome. That worked for me.

The server has encountered a temporary p‌r‌o‌b‌l‌e‌m while setting the default version. Please try again later

I am getting this weird error while setting up my cloud backend
when i deployed my app, the url Http://"app-id".appspot.com
is landing on this page
but the url http://1-dot-"app-id".appspot.com is lannding on the right page
everything else works and its not a welcome-file issue.
then in the developer console i tried to set the default version and it gives me a error.
They say its a temporary problem but i have tried this for 2 days...
Any suggestions ?
Found the solution after 3 days of googling and digging in settings.
This also works if your app engine project dosent have a default bucket.
go to the old developer console https://appengine.google.com/
goto main > versions and set the default version here.
the newer console didn't work for me !
Also,
goto application settings
scroll down completely till you see the title "Cloud intigration"
it reads: "Create a Google Cloud project as well as a Google Cloud Storage bucket and a new style service account for this application"
click create.
This option is not there in the newer console.

Resources