Etherpad is not working when serving from same domain of my website
See original GitHub issueI want to embed etherpad at some places at my site. So, I installed the etherpad at the same server where I already deployed my website built in vuejs.
(I am using Nginx)
My project setup structure is like this
- var
- www
- html
- my_website
- etherpad
- html
- www
I am trying to serve both my_website and etherpad through the same domain, so I configure my conf file like this- https://gist.github.com/Nehasoni988/2b84f9676e80f72a7da87517802c5410
when I am trying to access the path https://domain_name/p/{pad_id}, it is giving me a page like this with these errors-
If I serve etherpad at the primary domain then it works fine but I want to serve my website on the primary domain and serve etherpad only when requested with domain_name/p
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
How can i access etherpad on local domain? - Server Fault
So apparently i had everything configured right but only after a reinstallation it worked.
Read more >Etherpad when using iFrame API - Jitsi Community Forum
I believe the issue we are having is because our iFrame is not on the same domain as Etherpad and Jitsi. Etherpad and...
Read more >Etherpad: how to make it run under a domain? - Stack Overflow
yes, if in case security/performance is important then a frontend webserver is a great idea. The process should be similar with both Etherpad...
Read more >Etherpad v1.8.3 Manual & Documentation
Means: Your web application still has to do authentication, but you can tell Etherpad via the api, which visitors should get which permissions....
Read more >Etherpad Lite - Moodle plugins directory
To use this plugin, you will need to have an etherpad-lite server that runs on at least the same 2nd-level-domain as your Moodle...
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
You may wanna have a look at this documentation: https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy#from-subdirectory-url
And pads should probably be served from
your.domain.org/subdirectory/p/padname
.This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.