Firebase don' update my changes on my custom domain [closed] - firebase

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I am using Cloud Run to run my app and I have it connected whit firebase, today I update a new version on Cloud Run, all perfect, I go to the URL and all my changes there are whit any problem, but when I go to my custom domain, I see the old version of my website broke, without CSS
I wear it because when I go to the link that CLoud RUn gives me, there is the new version without problems

Have you tried force refreshing your cache?
When you update a site and you see the active changes on some of it's URL access points but not all indicate that there is a cache in the middle. you can force clear your browser cache with F5, but if you are using a DNS cache like Cloud Flare, you will have to manually dump the cache from their services as well.

Related

Hello Everyone i have one issues on go green wordpress premium theme [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
I am new in WordPress and when I install fresh Wordpress and buy one premium Theme go green when I try to save my content on this theme editore I got internal server error can anyone help here
please check the screenshot here http://prntscr.com/ozjp6l
I think there maybe a lot of reason but first can you please check is there any updates available in your WordPress and then please check?
You need to upgrade it to 5.6 or newer then 5.6 and then it will work.
This is a very general HTTP status code. It means something is wrong with the site’s server. Don't get me wrong, the problem could be from your Wordpress installation or site server. Either ways, it has impacted the site server.
Since there are many factors (e.g .htaccess, plugin-theme compatibility issues, etc.) that could be responsible, it is best to talk to your Host first.

How to update Linkedin Open Graph Image? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I need to update the Open Graph Image for linkedin when being shared. I changed it on Facebook and Plus but not on Linkedin. Is there any workaround on this?
I've tried adding a new link via this site with no luck http://beta.beantin.se/clearing-linkedin-link-sharing-preview-cache/
LinkedIn's content cache presently stores website information for approximately 7 days before the crawler will revisit the site.
We are in the process of creating more self-service tools for the developer community, but until those tools are completed, you will need to wait for the cache period to expire, which will force LinkedIn's crawler to revisit the page.

Hacked Wordpress account [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
Good evening to everybody,
I've found some problems managing a Wordpress website which has been hacked some hours ago.
I've changed all the password and created new users for db and domain panel, for wp admin panel too. However, even if I've changed the passwords I've seen that the MD5 hash I've modified to change to another password, the password hash returns continuously to the the hash of the people who hacked the website. It's like they were "monitoring" the website domain panel, recording the changes and trying to change it again.
Anyway the website is online now.
Anyone can help to stop them and avoid other attacks of this kind ?
Thank you !
If you've been hacked, you should consider the whole machine as compromised. Re-install everything (including the OS if you can) and restore only the data, and manually to make sure you don't restore a compromised account or something like that.

Wordpress admin interface takes forever to load [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
TLDR Version : Wordpress admin interface does not load
I have a WordPress blog, I have been using it for over 2 years.
Recently I have been experiencing this problem. Al pages login, add new post, dashboard i.e all admin interface pages take forever to load.
I tried debugging this problem, below is a network stat info from my firebug.
It seems that my wp-admin.min.css takes a lot time to load.
Also then I reliased may be this has something to do with the Wordpress Latest Update I had done. But I am not sure, how do i fix this ?
I have search a lot on this, but just couldn't find a solution for this.
It might not be your WordPress installation at all (but rather something about your own internet connection or machine setup). The login page loaded very quickly for me, and here you can see a complete analysis from Pingdom.
It took less than half a second to load. I would try a few of these things to narrow down on the problem:
Reboot
Try a different browser
Try a different computer
Try a different network / location

Service is down status [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
What is the best practice to inform users if the services is down? In my example it's an application upload function that may be over capacity.
Thanks.
Uli
There are many ways that this can be accomplished and it all depends on what best fits your particular application.
If all you are looking to do is disable a feature, like in your example of disabling the upload feature, you could put a prominent message at the top of that page that says that it is not currently available and then disable the upload button on that page.
If you plan to take down the whole site for maintenance, it's good to have it as a separate page that is not linked to the rest of your site in any way. That way you can modify anything within your site, and also make a lot of changes to your web server.
Have an error page that is pure HTML - that way if the database goes down, you are not showing an error page that is dependant on some kind of DB query. Otherwise, your error page, will error.
You could return an HTTP error code if it is a web/http upload endpoint.
In our company, we have a procedure that do something like that (on our apache server):
Stop a particoular service
Enter .htaccess and do a rewrite-url to a standard down page
When we came back:
Enter .htaccess and remove the rewrite-url
Restart services
This is done by a bash script called when we want to shut down some services.
You could do that with a demon that check if server is "overlogged" and starts that routine.

Resources