ether / etherpad-lite

Etherpad: A modern really-real-time collaborative document editor.
http://docs.etherpad.org/
Apache License 2.0
15.95k stars 2.78k forks source link

APIKEY.txt is not being generated #6350

Closed Essoufi-oussama closed 17 hours ago

Essoufi-oussama commented 3 weeks ago

after installing on windows and running start.bat there is no apikey.txt being generated on the main folder

jarhan-alcy commented 3 weeks ago

Hello, I have the same problem when using the docker-compose file. No APIKEY.txt file is generated. If I try to mount a volume with my own APIKEY.txt file I have an error when calling the API

{
    "code": 4,
    "message": "no or wrong API Key",
    "data": null
}

It's OK with the 2.0.1 version but KO with 2.0.2

jibon57 commented 3 weeks ago

Yes, from now looks like oauth will be using by default. You can follow: https://github.com/ether/etherpad-lite/pull/6328. But in v2.0.2 none is working. Hope there will be a new release soon because fix was in this PR: https://github.com/ether/etherpad-lite/pull/6325

SamTV12345 commented 3 weeks ago

Yes, from now looks like oauth will be using by default. You can follow: #6328. But in v2.0.2 none is working. Hope there will be a new release soon because fix was in this PR: #6325

Yes you are right. @webzwo0i and I are working on the docs under #6328 .

SamTV12345 commented 17 hours ago

Yes, from now looks like oauth will be using by default. You can follow: #6328. But in v2.0.2 none is working. Hope there will be a new release soon because fix was in this PR: #6325

I made it optionally. You can also continue to use the old APIKEY.txt file