Blank web after fresh MediaManager LXC Script Install #2224

Closed
opened 2025-11-20 05:25:33 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @javijuji on GitHub (Nov 1, 2025).

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

MediaManager

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/mediamanager.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve)

📝 Provide a clear and concise description of the issue.

Tested both default and advanced configuration. Both cases LXC installs succesfully with no error but first login with localip:8000. Redirected to http://xx.xx.xx.xx:8000/web/login/ with Blank Page with SERVAS message

Reported error on MediaManager repo
https://github.com/maxdorninger/MediaManager/issues/179

🔄 Steps to reproduce the issue.

Deploy using either Github/Gitea scripts
Installs succesfully with no errors
Attempt first login with localip:8000. Redirected to http://xx.xx.xx.xx:8000/web/login/ with Blank Page with SERVAS message

Paste the full error output (if available).

Browser Logs
Requesting GET http://192.168.120.184:8000/api/v1/api/v1/auth/metadata BlMo7Z4C.js:1:32609
Request to http://192.168.120.184:8000/api/v1/api/v1/auth/metadata failed with status 404 BlMo7Z4C.js:1:32781
Immutable 2
onResponse
h
Uncaught (in promise) TypeError: can't access property "oauth_providers", (intermediate value).data.oauthProviders is undefined
Immutable 12
_e
ln
ot
qt
fe
get oauthProviderNames
children
D
ln
ot
qt
fe
Version
vX.X

🖼️ Additional context (optional).

No response

Originally created by @javijuji on GitHub (Nov 1, 2025). Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? MediaManager ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/mediamanager.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve) ### 📝 Provide a clear and concise description of the issue. Tested both default and advanced configuration. Both cases LXC installs succesfully with no error but first login with localip:8000. Redirected to http://xx.xx.xx.xx:8000/web/login/ with Blank Page with SERVAS message Reported error on MediaManager repo https://github.com/maxdorninger/MediaManager/issues/179 ### 🔄 Steps to reproduce the issue. Deploy using either Github/Gitea scripts Installs succesfully with no errors Attempt first login with localip:8000. Redirected to http://xx.xx.xx.xx:8000/web/login/ with Blank Page with SERVAS message ### ❌ Paste the full error output (if available). Browser Logs Requesting GET http://192.168.120.184:8000/api/v1/api/v1/auth/metadata [BlMo7Z4C.js:1:32609](http://192.168.120.184:8000/web/_app/immutable/chunks/BlMo7Z4C.js) Request to http://192.168.120.184:8000/api/v1/api/v1/auth/metadata failed with status 404 [BlMo7Z4C.js:1:32781](http://192.168.120.184:8000/web/_app/immutable/chunks/BlMo7Z4C.js) Immutable 2 onResponse h Uncaught (in promise) TypeError: can't access property "oauth_providers", (intermediate value).data.oauthProviders is undefined Immutable 12 _e ln ot qt fe get oauthProviderNames children D ln ot qt fe Version vX.X ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bugbugfix labels 2025-11-20 05:25:33 -05:00
Author
Owner

@doomedramen commented on GitHub (Nov 1, 2025):

Maybe we need to bug @vhsdream about it, I believe they added the script to Proxmox VE helper scripts

@doomedramen commented on GitHub (Nov 1, 2025): Maybe we need to bug @vhsdream about it, I believe they added the script to Proxmox VE helper scripts
Author
Owner

@tremor021 commented on GitHub (Nov 1, 2025):

@vhsdream that PUBLIC_API_URL path gets duplicated it seems

@tremor021 commented on GitHub (Nov 1, 2025): @vhsdream that PUBLIC_API_URL path gets duplicated it seems
Author
Owner

@doomedramen commented on GitHub (Nov 1, 2025):

(dirty) FIX:

echo 'export const env={"PUBLIC_VERSION":"","PUBLIC_API_URL":""}' | sudo tee /opt/mm/web/build/_app/env.js > /dev/null

then just hard refresh the page.

@doomedramen commented on GitHub (Nov 1, 2025): (dirty) FIX: `echo 'export const env={"PUBLIC_VERSION":"","PUBLIC_API_URL":""}' | sudo tee /opt/mm/web/build/_app/env.js > /dev/null` then just hard refresh the page.
Author
Owner

@vhsdream commented on GitHub (Nov 2, 2025):

@javijuji @doomedramen Thx for the report. I've submitted a PR with the fix. @doomedramen Your "dirty" fix works just as well 👍🏼

@vhsdream commented on GitHub (Nov 2, 2025): @javijuji @doomedramen Thx for the report. I've submitted a PR with the fix. @doomedramen Your "dirty" fix works just as well 👍🏼
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2224