question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Etherpad is not working when serving from same domain of my website

See original GitHub issue

I 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

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-

Screenshot from 2022-02-18 12-59-39

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:closed
  • Created 2 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ziegenbergcommented, Feb 18, 2022

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.

0reactions
stale[bot]commented, May 5, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found