You do not have permission to access this pad
See original GitHub issueHi everyone! Why am I seeing this when I visit my group pad - https://site.com/g.kU30kGMSetcKsjrg$asdfvcfd? I did not find any mention in the documentation that group pads require a session, given that the requireSession parameter is false. Examples and settings below.


settings.json
{
...
"requireSession": false
...
}
[2020-04-25 22:21:15.674] [WARN] message - Authentication try failed:{"component":"pad","type":"CLIENT_READY","padId":"g.kU30kGMSetcKsjrg$asdfvcfd","sessionID":"null","password":null,"token":"t.pgKq4hZ59aIr43ppd3AR","protocolVersion":2}
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
You do not have permission to access this pad #3130 - GitHub
Hi, I'm having the following error when embeding EPL in my web application: Web browser error: You do not have permission to access...
Read more >Embedding EtherPad form into Quicktabs "You do not ... - Drupal
I have my URLs set in Drupal's Etherpad config, and Etherpad is ... I was seeing the same "You do not have permission...
Read more >Establishing session in etherpad - Stack Overflow
I always get a message from the etherpad pad like "You do not have permission to access this pad" Everything i do is...
Read more >If you need permission to open an item on Mac - Apple Support
On your Mac, select the item, then choose File > Get Info or press Command-I. Click the arrow next to Sharing & Permissions...
Read more >Etherpad Lite: PHP class problem - Google Groups
After i enter a name into the text field and click send i get the etherpad lite gui but it tells me "You...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Did you solve this? Happy to help further if I can. If you want another example you can look at how the backend tests auth, I’m pretty sure it does a make user flow, create group pad etc.
Yes, I solved the question by running a couple of tests.