Open sasa-b opened 6 years ago
same issue here, for demo site
+1
+1
+1
same issue here, for demo site
I had this issue when i was editing the oauth.sqlite file ... because i unintend put an "lock" in my table.
you can also check the permissions on your directory .... i'm pretty shure that's not this application fault
Give ownership (chown
) of the sqlite file to webserver user like www-user
(apache). Alternatively, give write access (chmod
) on the file to webserver user.
Request to fix your demo site at least.
Hey you have an error in your demo app, when I tried the implicit authorization this happened.
P.S. The docs on your site are amazing, thanks for all the good work.