Parse Dashboard empty - parse-platform

Parse Dashboard is empty besides parse is hosted in Heroku, my app is working fine but I am unable to see anything in the parse dashboard on my google chrome. It was working fine until a couple of weeks. I was able to see the dashboard but nothing loads now even I run the dashboard.

Related

Firebase Analytics console doesn't show up because of X-Frame-Options error

I started to use Firebase Analytics on my developing app, but the analytics console doesn't appear. I can't see even the navigation bar.
Here's a screenshot of my analytics console.
I installed Firebase/Core pods, set -FIRAnalyticsDebugEnabled, and debug console on Xcode says analytics data uploaded successfully.
My first event data sent about 20 hours ago. I'm planning to wait until 24 hours will pass, but is there any possible setting required?
---edit---
I found an error message in my browser's developers console. Here's a screenshot.
It seems some kind of X-Frame-Options problem.
I tried Safari and Chrome, but the results are same.
I found it's a problem of Google account's permission. I used my company's Google account and already got the permission to access Firebase, but permission for Google Analytics seems necessary too!
After getting another permission from the admin in my company, Firebase Analytics console appeared in a right way.

Google Oauth2 in embedded browser (web view)

I added Google OAuth2 to my website. I noticed that when the website was opened in a embedded browser (web view), redirecting to google auth page (see the link below) will fail with error:
"403 disallowed_useragent".
Here is the link:
https://accounts.google.com/o/oauth2/v2/auth?client_id=813505898895-9vocl0haapnp562pn1hmut2sibregabn.apps.googleusercontent.com&response_type=code&scope=openid%20profile%20email&redirect_uri=http%3A%2F%2Fwww.antgora.com%2Fauth1%2Fsign-in%2Fgoogle&state=6515338772758876.%2F
I get that Google no longer allows OAuthrequests to Google in web view. But here is the strange thing. The google sign in demo
developers.google.com/identity/sign-in/web/sign-in work fine when opened in web view. I managed to find the client_idand redirect_uri used in the demo and replace them into the my google auth link (see the updated link below), the updated link can now magically open in web view.
https://accounts.google.com/o/oauth2/v2/auth?client_id=831371170934-udapit5jhjj56pft5l2drc9gjhfeclf3.apps.googleusercontent.com&response_type=code&scope=openid%20profile%20email&redirect_uri=storagerelay%3A%2F%2Fhttps%2Fgoogle-developers.appspot.com%3Fid%3Dauth58372&state=6515338772758876.%2F
Notice that I changed only client_idand redirect_url and nothing else. Later I found more client_idsthat also works with webview. I am wondering is there any specific settings for these client_ids to work?
Also I want to know what's the recommended fix to:
"403 disallowed_useragent"?
My website has no native app. And most likely, people will just open the website they received on online chat in a webview. I'd like to avoid showing the :
"403 disallowed_useragent"
error when they click *sign-in by Google*.

Embed not working with google analytics api

In the laravel project I'm using google api that fetches google analytics report when user logins with his google analytics a/c. But when I try to give embed functionality where user can use it in his websites to show fragments like current online users, country-specific users,etc. It isn't working due to some issues.
simple embed code that user is supposed to fetch data anywhere outside my website:
<embed src="http://www.example.com/shareEmbed/id">
while I'm testing and pasting the above code in different page, it shows login error as in below image
please help me!

Parse Dashboard Setup

As you all know, Parse will be fully retired on January 28th, 2017. Unfortunately i don't have account on parse.
So i have done parse-server setup at heroku and mongoDB on mongoLab.
Parse-server is working fine. But i don't know how to access parse like Dashboard.
See this picture
Did parse also made dashboard code public? if yes where it is?
And how can i setup this dashboard.
Parse has just released the source code for Dashboard. Link
Now you can deploy it at your own server.

Google reCAPTCHA not showing up in my heroku app

Google reCAPTCHA is working fine as expected locally but not at heroku.
The herokuapp has a custom domain however.
Not sure but could be a problem with adding the site with reCAPTCHA. https://www.google.com/recaptcha/admin
I tried -
mysite.com
mysite.herokuapp.com
Not luck!
Looking at the source code, in my heroku app, i see the dom loaded with the markup for reCAPTCHA but not showing up. Can't validate the form and submit.
Please suggest me on this or i should i go for add two number validation.
Thanks

Resources