Replies: 1 comment 1 reply
-
Can you write exact steps to replicate your problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my web application, I try to integrate etherpad. When users are logged into the system first time, if they do not have an etherpad author account, this is created. Then, their authorID is recorded in the db of my application. the No problems with that. Then, I try to create a session on a separate page by retreiving the authorID from the database. However. I receive "authorID does not exist" error. I wonder if the approach I followed is incorrect? Any ideas why this is not working?
Beta Was this translation helpful? Give feedback.
All reactions