ONLY Safari iframe content load error - meteor

I'm running the latest Meteor version v1.3.3.1. This is my scenario. I have an Meteor App. think of Disqus, So I embed a link 'http://frontend.dev:4000' to a webpage in 'http://localhost:8000'
The emebed works and function as expected on every other browser. But On safari I get this error. I'm sure it's a Meteor Issue because when I try to embed any other website from the internet it works alright on Safari. The website shows up ( if not blocked from the website provider ) without any error messages
I'm happy to provide any information you may need
Also tracking this here. I think this could be a Meteor issue too
https://github.com/meteor/meteor/issues/7246

Related

Getting "We're sorry but Login doesn't work properly without JavaScript enabled. Please enable it to continue" using rvest

Hope you are fine. I am trying to web scrape a site and I am getting this error as a response, despite the fact I am logged in to the site.
I am trying in R Studio, using httr the following code:
library(httr)
temp.url.info<-GET("https://abc.defg.io/tab")
html.text<-html_nodes(content(temp.url.info),"body")
"We're sorry but Login doesn't work properly without JavaScript enabled. Please enable it to continue."
Using this httr VERB I get the tab in my default browser.
BROWSE("https://abc.defg.io/tab")
I enabled Javascript and removed the add blocker in Chrome. Also using a Mac. Just as described here
How to solve noscript - doesn't work properly without JavaScript enabled when serving a Vue App
Any idea?

404 error - File or directory not found. This is happening with certain pages when using Chrome Web Browser

I've been hired into a company that uses ASP.NET for all of their external and internal sites. I'm not too familiar with ASP.NET.
I'm currently working on a external site that runs perfectly in Internet Explorer.
When using the site on chrome, I have certain pages that give me the 404 - File or directory not found.
What can I do to help prevent this error code from showing up when using this site the chrome?
From your description, I understand that your site is a legacy site that is compatible with the IE browser but it is not working properly with modern browsers.
The 404 error information generally informs us that something is not found but if the site works fine in the IE browser then it could be possible that the issue is something else. In that case, this is too little information to predict the cause of the issue.
You may need to provide detailed information about which exact piece of code has the issue. Which version of the Asp.Net project and which kind of project(Web application, web API, etc.) it is. You may need to modify your code or project to make it work with modern browsers including Google Chrome.
At present, if you don't want to make any changes in your code then you could try to use the IE mode in the MS Edge browser to load your legacy site.
You could configure the IE mode manually or using the group policy.
To quickly check it, Launch the Edge browser. Paste edge://settings/defaultBrowser in the address bar and press the Enter key. Add your page to the Internet Explorer mode pages. Visit your site, it should load properly in the IE mode in the Edge browser.

Facebook's in-app-browser returns the error "net::ERR_FAILED", but no other browser

The Facebook in-app-browser returns the error "net::ERR_FAILED". What could be the reason for this?
The website was made a long time ago for me and my brother and it has worked fine until recently. Suddenly we couldn't open in Facebook in-app-browser anymore. I've tried to look for error but none are printed (neither in PHP nor JS console). The website works great on all other browsers. I've even tried using Ghostlab (hosting on local PC and visit the website via this URL on the in-app-browser), and by doing that it works.
I except the page to be loaded. Right now nothing is loaded and I'm left without any logs.
The issue was resolved after the update that came a few days later. But I never figured out the issue. Let's hope it doesn't happen again.

Cannot download google-services.json from firebase console

I'm trying to download google-services.json from firebase console. The error is There was an error. The config file cannot be downloaded at this time. as it can be seen in the below screenshot.
There are answers on Stackoverflow which didn't work for me (one and two). Specifically, clearing cache and history, using a newly installed chrome, trying with firefox and edge, using incognito tabs, didn't work.
What else can be done to get rid of this annoying error?
For me also I had this issue. Before trying anything, I refreshed/reloaded my page, and it works. After refreshing my page, I was able to download google-services.json file.
I had the same problem for a while with firebase google
what I did was to open the Developer Options for the web and looked at the request response from google
and I found out that the network response is very clear:
"The Google cloud platform for this project is disabled please go to https://console.cloud.google.com/apis/api/firebase.googleapis.com/overview?project=<YOUR_PROJECT> and enable"
but for some reason the UI is very un-clear
Very simple solution, go to the link below and enable your project:
https://console.cloud.google.com/apis/api/firebase.googleapis.com/overview?project=
While in my case, the issue was caused by my ad blocker. I opened network monitor through developer tools and found out that my ad blocker was canceling post requests sent by Firebase. Disabling it for Firebase solved my issue.
I was using Brave , stopped ad blocker but still it does not work , Use Chrome if nothing works ....it worked for me..

getting a javascript error [object error] while using DotNetOpenAuth

Im trying to use the DotNetOpenAuth library for openid authentication.
I have used the default project template that they provide and have successfully run the setup.aspx.
Now the problem is that when i get redirected from myopenid site back to my site, i get a javascript error[object error] in LoginFrame.aspx and the window closes.
Is it because i am working on localhost (cassini server) although i have white listed localhost in the web.config.
I need help to get this working.
Thanks in advance.
If you are using IE, yes it may just be because you're using localhost. IE has a bug where redirects across zones screws up the javascripts. Try a different browser than IE when using localhost to see if that works for you. Once you go live, try IE again and it should work.

Resources