privly / privly-web

Official Privly Reference Implementation Content Server - Stores Information for Private Viewing of Content Via Any Website
https://priv.ly
MIT License
56 stars 20 forks source link

Login Error #131

Closed rsk-07 closed 10 years ago

rsk-07 commented 10 years ago

Whenever I login into privly-web through: http://localhost:3000/users/sign_in or http://localhost:3000/apps/Login/new.html

It logs me in and redirects me to: http://localhost:3000/apps/Help/new.html

But when I redirect to: http://localhost:3000/apps/ZeroBin/new.html? or http://localhost:3000/apps/Index/new.html or http://localhost:3000/apps/PlainPost/new.html it show me an error message "You are not currently signed into your content server. Please login"

rsk-07 commented 10 years ago

Steps followed by me for setting up privly-web:

git clone --recursive https://github.com/privly/privly-web.git cd privly-web cp config/database.yml.sqlite.example config/database.yml emacs gemfile # or use the editor of your choice on gemfile

uncomment the gemfile line: gem 'sqlite3'

# comment the gemfile line: gem 'mysql2'

bundle install rake db:create rake db:schema:load rake db:seed rails server

smcgregor commented 10 years ago

We resolved this over IRC by clearing his browser's cookies. Feel free to comment if the problem persists.