https://community.nodebb.org/topic/13388/faq-websockets-not-working-due-to-misconfigured-origins
Solved /manifest.webmanifest 401 (Unauthorized)
-
Loading a page, I get
GET https://mydomain.com/manifest.webmanifest 401 (Unauthorized)
in devtools.
The internet tells to use crossorigin "use-credentials" in this case. Only it doesn't seem to work for me
Any ideas?
-
-
@baris Thank you!
But it's not working here..
-
@baris I added the one-liner patch manually. After a rebuild & reload, the html source is still missing the
crossorigin
attribute.Why is this so?
The changes in src/meta/tags.js (at least the manifest crossorigin=use-credentials part) are not reflected by any file in build/ or public/. What's the difference between build/ and public/ or public/build anyways?
-
@bejan Thanks for reporting fixed here https://github.com/NodeBB/NodeBB/commit/0faa493745e02f95a7e70cd57a48bcac0c7032d1
-
@baris Perfect. Solved. Thank you!
-
-
@bejan said in /manifest.webmanifest 401 (Unauthorized):
What's the difference between build/ and public/ or public/build anyways?
Additionally, is there any documentation to be found regarding nodebb's architecture and inner workings? Would be immensly helpful.
Thanks.
-
@bejan check out this thread for some information
-
@pitaj Oh, this looks very promising. Thank you for the pointer.