Firebase hosting connecting custom domain - firebase-hosting

Have been getting this issue in the picture for days with my site not found
but I can go to it using chessonline-4b2d0.firebaseapp.com
do i just need to wait for google ?
this is a custom domain but we haven't finished setting it up ?
but nothing else on the matter is there anyway i can triple check what is happening?

Related

Magento 2 recaptcha issues sometimes

for some customers,they cannot register has users in our website because of the Google invisible recaptcha v3 failing some times.
Getting the "Something went wrong with reCAPTCHA. Please contact the store owner."
This those not happen to me,only specific customers.Browser user may not be the issue,I tried over remote conection to register and the error persists.
I know its a recaptcha issues,because in magento admin under the store configuration settings,under security I disable recaptcha for new user creation.
If you ever have trouble with recaptcha,one of the first things is to check the cookies.
In my case,for some reason the cookie script in my magento head html was maybe loading at a specific point in which another third party module was affecting It.
So you can try to load the script at the very end,in my case we used google tag manager to load the cookie script,the Google tag script in our case loads later on

FB Business verification error - Something went wrong. We're working on getting this fixed as soon as we can. You may be able to try again

I am working on a new business and created my page on FB. I tried to verify my business as per instructions at this link on fb.
The instruction article has a hyperlinked for security centre whcih opens a page with pre-populated values (which are correct values). When I clicked the "NEXT" button to goto next section, I got following error.
"Something went wrong. We're working on getting this fixed as soon as we can. You may be able to try again."
I tested this on 3 different browsers (safari, firefox and chrome) and this behaior is showing up. I further browser based extensions, ad blockers, content blockers etc for the purpose of testing this issue and this issue is coming up on all scenarios.
I raised this issue with fb help & support link on my fb page but I have not heard from them yet. I did not get any acknowledgement either. (hey fb, are you listening?)
I have all legal documents in place to upload. But neither the system allow me to do so nor anyone seems to have taken responsibility to fix this.
I am wondering that this flow must have been used by many who verified their business. Anyone to look at the situation and help me to get my business verified.?
Note : I have completed followng steps.
Buiness information primary page created successfully
Connected a WhatsApp account
Brand Safty (Domain cerificaion) completed successfully
Just the "Business Verifiaion Status" is unverified and I want to have it verified.
I appreciate possiible help to solve this problem.
See the error screen below.FB business showing error on clicking NEXT bytton

Firebase Email Verification

I'm quite a noobie at Firebase. I'm asking for a sort of step by step guide to setup email verification.
Currently, my app uses basic email password login. I want users to be verified so I'm hiding content based on a user's emailVerified property. I'm calling the .sendEmailVerification() and it sends to the current user's email but, whenever I click the link in the email it says the link has expired or someone has used it, this also doesn't change the property. I suspect it has something to do with the api manager. I currently have my website hosted to the built-in Firebase hosting URL.
Based on this link in the docs (which refers to a similar function but not the exact one): https://firebase.google.com/docs/reference/js/firebase.auth.Auth#sendPasswordResetEmail
p.s. I can't find anything regarding this exact function in the docs.
I think I need some sort of listener at the link of the email or on my website?
Thanks in advance, any answers are appreciated.
there could be an issue with your browser api key. You may have some referrer restrictions on it. This could cause the misleading error (code expired or used) to occur. Either fix that issue or generate a new one in the Google console.

New / Upload page buttons not shown

Signed up to have a go at Divshot today, however there is a wee problem.
It showed a 403 in the console for
https://s3.amazonaws.com/projects.divshot.com/?prefix=XXXXXX/welcome/
Sorry this happened! If you're still having difficulties could you email support#divshot.com so we can help you sort this out? Once in awhile new accounts with brand new projects will run into this issue and refreshing the application usually does the trick. We directly connect to Amazon S3 to host your projects and there could have been a slight delay in assigning permissions / validating credentials. Thank you!

Open cart, Orders not showing up in dashboard. Using paypal

Hi Im using paypal on open cart.
Followed the installation guide completely. but orders arent showing up on dash board.
I have to go Sale> Orders> Sort by Hidden and they show as cancelled.
I then manually change them to pending/complete and then it will show on dashboard
Ive checked the IPN too
All my sort orders are correctly named.
What else could i be missing?
This generally happens if you're
password protecting your website using a .htaccess/.htpasswd method
testing locally
Basically paypal needs to access your server to send the IPN. If you're doing either of the above, then it can't. If both the above don't apply, then this can sometimes be due to paypal sandbox being slow (if you're using that rather than live PP)
I faced similar problem and it helped me:
http://forum.opencart.com/viewtopic.php?t=41841
I've had the same error for a while now. I re-uploaded the following files and it worked for me.
Sounds like your file needs updating in
CODE: SELECT ALL
catalog/controller/account/login.php
And I would also upload a fresh
CODE: SELECT ALL
catalog/model/account/customer.php