Update sdoc-server URL in setup_seadoc.md
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run

This commit is contained in:
Daniel Pan 2025-10-22 10:37:35 +08:00 committed by GitHub
parent 95617fd5b7
commit 0cdbf95b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,6 +216,6 @@ But if you use your own proxy, you need to make sure it properly proxy `your-sdo
This is because the browser cannot correctly load content from sdoc-server. Make sure
* SEADOC_SERVER_URL is correctly set in `.env`
* sdoc-server is accessible through the browser. You can check this by visiting https:///sdoc-server/ in your browser. If you see "Welcome to sdoc-server," then sdoc-server is successfully accessible via the browser.
* sdoc-server is accessible through the browser. You can check this by visiting https://your-sdoc-server-domain/sdoc-server/ in your browser. If you see "Welcome to sdoc-server," then sdoc-server is successfully accessible via the browser.
You can open developer console of the browser to further debug the issue.