Seems fine on my end. http://prntscr.com/ctc3jo
Where are you seeing this issue?
THD
Creator of
Recent community posts
It's the same with those lines removed.
The cookie is fine, it says
{"serverPassword":"qwerty","username":"mm"}
on both ends. It must be something after the authentication.
here's the next() function in redirectIfNoAuth, if that helps:
if (err && err === 'route') {
return done();
}
var layer = stack[idx++];
if (!layer) {
return done(err);
}
if (layer.method && layer.method !== method) {
return next(err);
}
if (err) {
layer.handle_error(err, req, res, next);
} else {
layer.handle_request(req, res, next);
}
}
Hey,
I just downloaded superpowers-0.18.1-win-x64.zip on Windows 7.
I run it and double-click on My Server.
Whatever I type in the username box I click Log In and it flashes a Connecting... screen for a split second and it returns to the Log In screen.
Nothing else happens. No errors. Nothing. Whats wrong? :(
Hey guys,
we've just added Butcher to itch.io. It's a bloody love-letter to the early 90s, inspired by Doom, in 2d. You can play the prototype in your browser or download it for Windows and Linux (for free).
Here's a short (13-sec) video:
The Trench Run demo is available here, but bear in mind it's unfinished yet and online team matches are coming :) Trench Run is a multiplayer humour-filled run and gun game with no death.
Trench Run Teaser:
Hope you'll like them. All feedback is welcome!