When ever I try to login to mongo db atlas A white blank screen shows . Just logging in nothing else - mongodb

To do my mern project I logged in using My registered credentials , when ever i login only a blank screen is showing and just loading infinately .I even tried creating a new account . Still the problem exist

Related

Getting Unable to verify your captcha response error when trying to log into github

I made a second github account from another email address and must have typed a different character than I was aware of when making my password. I tried to reset the password and am getting the error listed in the title. I went to the documentation page and did the tests present and passed both of them. When I go to the reset page I don't get any type of capta, I just get a loading icon and eventualyl a green checkmark and when I click the "send password reset" email the error pops up and the loading icon resets. I can still log in and out of my other account perfectly fine, but the new one is for some reason acting up. Does anybody know why this is happening or know of a bug on their website that can be causing this?

Datajoint LabBook - can't get past login screen

I set up the datajoint lab book (docker, https://datajoint.github.io/datajoint-labbook/user.html#installation) and it seems to run. However, I can’t seem to get past the login screen (credentials / db server are correct). When I click on the green connect button nothing happens. How can I debug?

Odoo 10 - After creating database , logging in = blank page

I've installed Odoo 10 on Windows 10. Two weeks everything was fine and working.
NOW when I created database and logged in successfully it lead to a blank page.
No thing displayed, just blank page ! I can create databases, and login OK, but I after login a blank page, no apps or services. uploaded image of problem.
http://imgur.com/bV0YfOH
what's the mistake ?
I tried deleted cookies.
I tried restart the postgresql.
I tried uninstall and reinstall.
All not fix the problem
Please help
Regards, ^_^
blank screen after login means you go to ir_attachments table of your odoo database, find all the entry with value 'web/content' in column name and delete them, odoo will regenerate them and voila, you got your odoo back

why does "page isn't working" show when I try to login or do something in my website?

I uploaded my folder on the server I purchased using WinSCP. When I view my site, it shows my index and all I can do is view those pages in my navbar, but when I try to login or send a registration form, :
I do not know what just happened. I also tried uploading before but I never encountered this problem. Any help? What should I do?

iphone childbrowser cordova :: Unable to load 2nd webpage

I am using ChildBrowser phonegap(Cordova) plugin, downloaded from Github
So far i am able to load my external page www.xyz.com/login.aspx, which has login id/pass and login button. Upon login button click with valid login data, my application should load www.xyz.com/tasks.aspx page. But blank screen is displayed. Please help to load correct page.
In log i can see following texts
New Address is : http://xyz.com/login.aspx
New Address is : http://xyz.com/tasks.aspx
but content of tasks.aspx is not displayed.
Has anyone faced such issue, or its plugin issue (if so, how to get fixed code from github?)
In my case Child browser is working fine , If you can able to navigate to "tasks.aspx" from login.aspx . I think in your coding wise no issue , if this page usage any flash content it will show blank , can you check this again.