1

!rant && !question

If anyone has some info on this behaviour :P

I've got this website and it loads fine and stuff, but for some reason when I pop chrome into mobile mode on my desktop (you know the mobile emulator thingymabob) and reload the page the server returns a 500 error, like how does that even work?

(works on an actual phone btw, safari, edge, IE, Firefox, ....)

FYI I use lighttpd as a webserver

Comments
  • 0
    @Artemix oh shit I added the 2nd ! on accident
  • 1
    answer
    As you know 500 is **Internal Server Error** so it's your own server's fault not lighttpd. You should probably read your internal logs or make better ones.
  • 0
    @solocoder its just weird that the server would choke on JUST chrome's mobile emu
  • 0
    Not sure what's up but you could check out if the reason is CORS on chrome
Add Comment