mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 16:25:49 +03:00
[GH-ISSUE #115] Can I ask a question here? Login screen stuck on loop? #101
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bushrang3r on GitHub (Jan 12, 2015).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/115
I just found this great project today and have installed it on my server.
When I try to log in, I get the message that the credentials have been accepted but then the login screen reloads and I never get any further than that.
@aprather51 commented on GitHub (Jan 13, 2015):
I am facing same issues here.
@JLiscom commented on GitHub (Jan 19, 2015):
@bushrang3r @aprather51 ,
What browser are you using? does it work on the demo site?
@bushrang3r commented on GitHub (Jan 20, 2015):
Hi FoxUSA,
I was using Seamonkey (basically Firefox I think?).
After I saw your question asking which browser I'm using, I tried Opera and I can login with that although I get no wysiwyg controls when writing a note.
So here's what I've got.
Seamonkey - my own instance - reloads the Login/Register screen after login attempt
Seamonkey - demo site - 100% OK.
Opera - my own instance and demo site both behave the same - Login successful - no wysiwyg controls nor note field. Only title field.
Thanks :)
@JLiscom commented on GitHub (Jan 22, 2015):
@bushrang3r can you press F12 and see if a console error is being thrown on your instance? Or post your instance url it here.
@bushrang3r commented on GitHub (Jan 22, 2015):
Removed*
@JLiscom commented on GitHub (Jan 22, 2015):
@bushrang3r It appears to be setup correctly. I can log in with chrome, and SeaMonkey and it worked.
Can you try again?
@bushrang3r commented on GitHub (Jan 23, 2015):
Thanks for checking :)
I tried again and I still get the loop as I described earlier.
I also disabled all browser add-ons/extensions but same result.
Also tried making a new user on my system but same results for both Seamonkey and Opera as above.
Were you able to do wysiwyg editing in both browsers on my instance?
@JLiscom commented on GitHub (Jan 23, 2015):
I was. I am using Seamonkey 2.32
@JLiscom commented on GitHub (Jan 23, 2015):
@bushrang3r, How did you download? What timezone are you in? this sounds familiar.
@JLiscom commented on GitHub (Jan 23, 2015):
Try pulling this fix if you do not already have it
github.com/FoxUSA/OpenNote@c8916ea54a@bushrang3r commented on GitHub (Jan 26, 2015):
Excellent!!! Thank you sir! That fixed the issue. I can now login and use wysiwyg controls :)
My timezone is JST (Japan Standard Time) UTC/GMT +9 hours
I downloaded it from here > https://github.com/FoxUSA/OpenNote/releases
using the OpenNote.zip button and then ftp'd to my server.
Thanks again!
@bushrang3r commented on GitHub (Jan 27, 2015):
Oops, I still have the problem of no wysiwyg toolbar nor note field when using Opera. It's working fine in Seamonkey and that's my main browser so I'm happy with that but just to let you know anyway....
@JLiscom commented on GitHub (Jan 28, 2015):
@bushrang3r are you using the latest Opera version?
@bushrang3r commented on GitHub (Jan 31, 2015):
No! I just discovered that the version I'm using is quite old. 12.16. Sorry, I'll do something about it.
@cavebeat commented on GitHub (Feb 4, 2015):
hi,
i am having same issue with Login Loop
latest opennote release 14.07.02
FireFox 35.0
i am able to do things, as long as the "Credentials Accepted" Toaster is available in the right bottom corner.
Edit is always possible, and save too. but selecting folder or creating a note always requires a login again.
@JLiscom commented on GitHub (Feb 5, 2015):
@cavebeat pull this fix
github.com/FoxUSA/OpenNote@c8916ea54a@jniggemann commented on GitHub (Feb 13, 2015):
I have the same issue using version 14.07.02 with FF 35.0.1. Installation was OK, but I can't register or log in. The "users" table in sqlite is empty and nothing is logged to the browsers' console. Fix
c8916eadoesn't change that.@jniggemann commented on GitHub (Feb 13, 2015):
Update: I also tried this with a MySQL DB and the error persists, regardless of patch
c8916eabeing installed or not.@jniggemann commented on GitHub (Feb 23, 2015):
@FoxUSA Do we have to install OpenNoteService-PHP in order to use OpenNote?
@JLiscom commented on GitHub (Feb 26, 2015):
@jniggemann No, https://github.com/FoxUSA/OpenNoteService-PHP is the github project for the backend. Maybe someday we will have more than one. For now, it is included in all binary downloads and in docker scripts.
@jniggemann commented on GitHub (Feb 27, 2015):
Go it working:
@JLiscom commented on GitHub (Feb 27, 2015):
@jniggemann
Glad to hear it.
@QkiZMR commented on GitHub (Apr 2, 2015):
Firefox 37.0 and I ran in login loop. After enter creds I got 'Credentials Accepted' notification but I'm still on Login | Register buttons.