I set up the domain to Firebase Hosting with Cloud Flare. And I purchase one on Godaddy. Running well still but suddenly 404 error occurs, and it shows "Needs Setup" on Firebase. I was not doing anything!
firebaseapp.com is working. So I've decided to remove CloudFlare and set up like this.
Godaddy
Firebase
But it's still Needs Setup. How can I do solve this...
I have fixed it done.
The reason is why the cloud function has been too working. I don't know why but Hosting is not working well if you used cloud function too much.
Related
I have a problem and can't find a solution. I bought a VPS server and gave it the name of my future site with coloring pages, coloringforest.com. It's been a few days now, but https://coloringforest.com/ is down. I contacted the hosting support service, they told me that there were no problems with the server and everything should work. I get the message "This site can't be reached". What should I do? Any recommendation. Thanks a lot.
Had a quick look it seems your getting "DNS_PROBE_STARTED" as well as "DNS_PROBE_FINISHED_NXDOMAIN"
These are issues in relation to your DNS not your web hosting I would ensure all the DNS records are set up correctly and are all pointing to the correct places. Your domain provider or hosting provider should be able to offer assistance with this if you run into any issues
Many times I cannot access my website without using VPN. This usually happens when the website is hosted on Firebase hosting. Most times, the website will be accessible in the first few weeks but later on it will throw the error below(also see screenshot):
This site can’t be reached
Meanwhile it will always work when I use VPN.
This happens to all my users in Nigeria.
Please how do I resolve this?
My website was hosted on firebase, It was working fine. But from few days I am getting this error =>
In the release history, I saw one of my team members deployed a different site there. I again deployed my previous site. But it is still showing me the same error. Now I don't know how to get rid of this problem. Do I need to setup the custom domain again ? Please help!!
There is an issue with the DNS configuration. You need only two IP addresses, but there are three:
speakee.jp. 3551 IN A 157.7.107.57
speakee.jp. 3551 IN A 151.101.65.195
speakee.jp. 3551 IN A 151.101.1.195
You should delete the first one (157.7.107.57) and keep the other two.
Problem Solved::::::
First contact https://firebase.google.com/support , then they will definitely suggest you something. In my case they told me to delete the extra IP that was registered and told me to discuss more with my domain provider website's support. My domain provider helped me solve it.
Below is the scenarios I have done and facing difficulties in proceeding further.
Firebase deployed - deployed to firebaseapp.com
Created custom domain in firebase,named subdomain.mydomain.com
copied the TXT from the advanced Setting
I have domain in google. named domain.com
In domains.google.com under Custom resource records pasted the TXT text and wrote sub-domain at the place of #.
Below are my doubts
How to make firebase deploy to subdomain.mydomain.com, now
it is deploying to firebase.app.com
What else should I do to make subdomain.mydomain.com to live and show my page
Note: I just brought the domain, only basic setting like enabling security has been done.
Update the question with screenshots
1.Firebase
2.GoogleDomains verification
Thanks Mr. #FrankVanPuffelen,
I spoke with the domains.google.com support team and understood the mistake I have done.
Follow below to avoid mistakes
WARNING: Don't disturb by making any change in setting. wait for atleast 12hours(works max at 6 hours)
If it is not working don't hesitate, contact the support team and talk with them
contact me for any help if you still have an issue 😃
I have been building a WordPress website and I am using Google Cloud Hosting as my hosting solution. I am very new in using the Google cloud hosting and I found it's not easy to understand things as I'm even not anyone with IT skill but previously worked with Cpanel hosting several times.
I am trying to establish similarities between GCloud and CPanel hosting but still failing. Researching a lot and I have a way to setup GCloud in CPanel but not sure if it will work and I am not doing that.
However, I want to create and access webmails (eg. yourname#domainname.com) for my personal and business uses. I am aware that I can create them with Zoho or any other mail servers with some costs but I am looking for a single tap solution keeping everything in one place. Hence, I am preferring Google cloud itself.
I am going to use MailWizz for Newsletters which will be also hosted in my own storage/server. It's just that MailChimp gives us email server but we need our own for email list/templates and data. But how can do all these? Can I create and access all these in Google cloud hosting?
If there is anyone to give me a solution regarding all these considering the preferences (I am not likely to use any other email hosting) this will be awesome and help me to make a decision for my upcoming websites. Thanks in advance.
R. K. Mahin
GCP by default does not allow outbound connections for the port 25. 1
However there other approaches to achieve this too:
You got SendGrid, MailGun and Google Apps. They provide solutions which doesn't require SMTP access from a GCE instance.
There is also an alpha feature you can try to request called Cloud Mail. You can request to get your project whitelisted through Google Cloud Support.
If you can configure MailWizz to use other port than 25, you wont get into any trouble. You can create your own instance groups with a MailWizz server and a Load Balancer. GCP even got a Marketplace where you can find a lot of solutions to work with Wordpress and automatically create your own environment.