Multiple domain (pwa, sitemap, plugins)
Solved
Technical Support
-
Hey!
I have a problem with multiple domains, I'm use this faq and added multiple domain
mysite.com
andmysite.net
inconfig.json
{ "port": 4567, "socket.io": { "origins": "https://mysite.com:*,https://mysite.net:*" } }
I can open forum with new domain (mysite.net), but console show errors from manifest and service worker for PWA and from emoji plugin:
and when I open sitemap on
https://mysite.net/sitemap.xml
I view urls withmysite.com
domain...It's possible use multiple domain for forum with full support PWA, sitemap and assets?
-
NodeBB doesn't really support multiple domains, and we recommend you redirect one to the other instead.
-
Copyright © 2024 NodeBB | Contributors