Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

When I try to use Facebook as a Page, Facebook stops loading and only returns a blank page (with some stuff in the (HTML) header. Nothing in the body.

I tried this on Firefox and Opera and on different computers/network. Restarting the browser bring me back to my "normal user".

Any idea what could be causing this?

edit

I've look at the real source (instead of through firebug) and it's seems to be some sort of "end of response".

<!DOCTYPE html>
<html lang="fr" id="facebook" class="no_js">
<head><meta charset="utf-8" />

    [...]   

    <link rel="stylesheet" href="https://s-static.ak.fbcdn.net/rsrc.php/v2/yz/r/xAHQJDFfPxI.css" />
    <link rel="stylesheet" href="https://s-static.ak.fbcdn.net/rsrc.php/v2/y6/r/9zveo62-LnW.css" />

    <script src="https://s-static.ak.fbcdn.net/rsrc.php/v2/y3/r/rtwojj04NdT.js"></script>
  <script>window.Bootloader && Bootloader.done(["lzIvt"]);</script>

As you can see, the <head> tag is never closed and there's no <body>.

...I think I'll have to contact facebook!

share|improve this question
This is not a question related to "Web Applications". Please move it back to "Super User" – chanchal1987 Jun 18 '12 at 9:07

migrated from superuser.com Jun 17 '12 at 19:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.