jedireza / aqua

:bulb: A website and user system starter
https://jedireza.github.io/aqua/
MIT License
1.38k stars 356 forks source link

I get "Forbidden" when trying to login/signup. #254

Closed HE-is closed 7 years ago

HE-is commented 7 years ago

No error pops up in the npm commandline or inspector. I don't know what's wrong. 2017-09-11-131839_499x360_scrot

Source works on my local machine; this only happens on the ubuntu 16.04 server. What could be the cause? Sorry for little information... I just don't know what to do. It has to be something related to permissions, maybe with mongodb?

jedireza commented 7 years ago

I usually see this when I accidentally access the site without https://.

HE-is commented 7 years ago

Sorry to necro... I was just wondering if there was a way to run without ssl? It was running without before, but somehow now it requires ssl =/

jedireza commented 7 years ago

You need to see what the server logs say. It may also be caused by an invalid CSRF token.

HE-is commented 7 years ago

I'm sorry; which logs do I look in?

jedireza commented 7 years ago

The server logs. You need to debug hapi and see why it's returning this in your case.

HE-is commented 6 years ago

Okay I'm making a whole new VPS to host aqua on. I know this is very nooby, and I apologize again for the bother I am... What is the install process if the arch linux server/vps only will be used for aqua? Install openssh, mongodb, node, configure iptables, etc.?

HE-is commented 6 years ago

I just want to make sure I'm on the right track. Thanks ^_^

jedireza commented 6 years ago

I'm not really sure about that.