-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirecting error & mass messages appear #369
Comments
I should add that even though you can navigate through the site seemingly "normal" after the redirect error, the permissions seems totally off. You can't add projects, etc. as expected (which iross as a superuser should be able to do all the time). You have to log out and then sign back in to get the proper permissions to continue as expected. We should ensure when we fix the redirect, that it fixes this too. |
This appears not to be reproducible in a clean VM. Can you try to reproduce it after dropping the database in your VM and reprovisioning? This will ensure that you have the correct OS and Python dependencies, as well as the right database setup. (There's another error that might crop up if it does work, but Oliver may have fixed that already.) |
Here it is on staging: http://screencast.com/t/onQeeS1a Same result on Firefox, Chrome and Safari. |
I can reproduce it on staging as well (browser doesn't matter I did it with chrome). Steps:
|
Fixes #369 — Fixes permission denied redirects
Redirecting not working if trying to create a new location in a project and you aren't signed in: http://screencast.com/t/z68KhgrcyOrm
If you work around it to get back the site (hit the back button, etc.), then you receive the multiple error message: http://screencast.com/t/GSeXe8eqP
The text was updated successfully, but these errors were encountered: