Hi, this is yet another question (although unrelated to my previous one since this is on entirely different hardware).
So I recently spun up a new install of Plone 6 With Volto on a ubuntu server, however when trying to access it on my local network (which is currently the only place it is accessible), for some reason the backend at port 8080 will start in the terminal fine, but is not accessible in the web browser. Furthermore, when trying to access the frontend on my local network, the page loads, but it is clearly missing any javascript / css elements, and just looks like the Plone "page not found page" without any modern web features. Is there anything that I could have done to cause this? (I would upload pictures of what it looks like although I cannot attach links or files yet unfortunately).
If it is of any help, part of my issue in doing this install is I have been in a somewhat locked down IT environment, working on a Ubuntu server without Sudo access and passing off most of the commands to a third party to get it installed that does have acess to Sudo. Although it seems installed fine now, could there be an issue with my user accounts access level causing the page to not load properly if I am simply running the make start-backend make start-frontend?
Here are my log files snipits if the are of any help:
frontend:
ntrypoint client [big] 15 MiB (14 MiB) = static/js/runtime~client.js 50.8 KiB static/js/client.js 14.9 MiB 34 auxiliary assets
orphan modules 535 KiB [orphan] 194 modules
runtime modules 34.1 KiB 20 modules
modules by path ./node_modules/ 16.6 MiB
cacheable modules 16.6 MiB 2829 modules
optional modules 2.93 KiB [optional] 2 modules
modules by path ./locales/ 496 KiB
./locales/ lazy ^\.\/.*\.json$ namespace object 160 bytes [built] [code generated]
+ 11 modules
modules by path ./src/ 8 KiB
modules by path ./src/*.js 5.18 KiB 4 modules
./src/reducers/index.js 1.46 KiB [built] [code generated]
./src/addons/volto-ossig-website/src/index.js 1.37 KiB [built] [code generated]
../../../../tmp/tmp-180232-CJR17HTq8YXp-.js 4.45 KiB [built] [code generated]
./util.inspect (ignored) 15 bytes [built] [code generated]
./package.json 8.7 KiB [built] [code generated]
LOG from webpack.FileSystemInfo
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@pmmmwh isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@loadable isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@plone isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@redux-devtools isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@babel isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@eeacms isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@kitconcept isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@dnd-kit isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@emotion isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@formatjs isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@semantic-ui-react isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@fluentui isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@seznam isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@juggle isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@datapunt isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
<w> Managed item /data/websites/ossig-website/frontend/node_modules/@popperjs isn't a directory or doesn't contain a package.json (see snapshot.managedPaths option)
+ 14 hidden lines
webpack 5.90.1 compiled successfully in 41598 ms
sswp> Handling Hot Module Reloading
✅ Server-side HMR Enabled!
Volto is running in SEAMLESS mode
Proxying API requests from http://localhost:3000/++api++ to http://localhost:8080/Plone
🎭 Volto started at 0.0.0.0:3000 🚀
Backend:
kcm5474@i4-l-mmf6163-2:/data/websites/ossig-website$ make start-backend
+ dirname /data/websites/ossig-website/Makefile
+ make -C ./backend/ start
make[1]: Entering directory '/data/websites/ossig-website/backend'
+ which python3
+ python3 -c 'import sys; print((int(sys.version_info[0]), int(sys.version_info[1])) >= tuple(map(int, '\''3.8'\''.split('\''.'\''))))'
+ PYTHONWARNINGS=ignore
+ ./bin/runwsgi instance/etc/zope.ini
2024-10-10 14:05:18,922 INFO [chameleon.config:39][MainThread] directory cache: /data/websites/ossig-website/backend/instance/var/cache.
2024-10-10 14:05:20,315 INFO [plone.restapi.patches:16][MainThread] PATCH: Disabled ZPublisher.HTTPRequest.ZopeFieldStorage.VALUE_LIMIT. This enables file uploads larger than 1MB.
2024-10-10 14:05:21,285 INFO [plone.volto:23][MainThread] Aliasing collective.folderish classes to plone.volto classes.
2024-10-10 14:05:22,898 INFO [Zope:42][MainThread] Ready to handle requests
Starting server in PID 180016.
2024-10-10 14:05:22,902 INFO [waitress:486][MainThread] Serving on http://127.0.0.1:8080
Edit: after some tinkering with network options, I believe there is a strong change this is simply because IT did not open Port 8080 on my network to other machines on the local network. With this potential error solved I need to know though, what other ports does Plone require open to operate? I will ask them about 8080 but I want to make sure I am not missing any.