ryanlelek / Raneto

Markdown powered Knowledgebase Wiki for Node.js
https://raneto.com
MIT License
2.79k stars 448 forks source link

Cannot POST /login #226

Open yunweigo opened 7 years ago

Frankstar commented 7 years ago

cant reproduce. working fine

jacobking commented 7 years ago

Cannot POST /login centos7

Frankstar commented 7 years ago

im on the latest master, centos7, it still working fine. And without any error log from your webserver or an stack trace no one can help you guys.

jacobking commented 6 years ago
  1. tar zxf 0.13.0.tar.gz 2.cd Raneto-0.13.0 3.gulp 4.npm install 5.cd /example 6.npm start while many files 404,is there anything wrong of the flow?
yunweigo commented 6 years ago

$cat config.default.js
authentication : true, credentials : [ { username : 'admin', password : '123456' },
when I login used admin:123456 , the page reported "Cannot POST /login"

xhj967 commented 5 years ago

win10 meet this error again

hillac1993 commented 5 years ago

I have the same error on Windows10

A lot of Whoops that page doesn't exist notices on cmd line during install.

hillac1993 commented 5 years ago

When I try to visit pages on the Example version, this is what I get:

URIError: Failed to decode param '/install/%base_url%/usage/creating-pages' at decodeURIComponent (<anonymous>) at decode_param (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\layer.js:172:12) at Layer.match (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\layer.js:148:15) at matchLayer (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\index.js:574:18) at next (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\index.js:220:15) at Function.handle (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\index.js:174:3) at router (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\index.js:47:12) at Layer.handle [as handle_request] (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\layer.js:95:5) at trim_prefix (C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\index.js:317:13) at C:\Users\User\Desktop\Command Centre\Systems for Business\Raneto\node_modules\express\lib\router\index.js:284:7

URL: http://localhost:3000/install/%base_url%/usage/creating-pages