Pocketbase incorrect final URL for logging in #350

Closed
opened 2026-02-04 18:08:36 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @MFDoombino on GitHub (Jan 19, 2025).

Have you read and understood the above guidelines?

yes

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

Pocketbase

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pocketbase.sh)"

📝 Provide a clear and concise description of the issue.

Final URL output is incorrect. Running ./pocketbase serve in the folder of the program will generate a unique URL to setup initial user and login. Otherwise you will just get a 404 page.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run the installation script. Once complete try to access web GUI with the final URL output

Paste the full error output (if available).

{"data":{},"message":"File not found.","status":404}

🖼️ Additional context (optional).

x.x.x.x:8080 will result in the 404 error. adding/_/ to the end of the url ie: x.x.x.x:8080/_/ will get you to the login page. After running ExecStart = /opt/pocketbase/pocketbase serve --http=0.0.0.0:8080 in the script it should have output a unique setup URL that should be displayed to the user.

Originally created by @MFDoombino on GitHub (Jan 19, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Pocketbase ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pocketbase.sh)" ### 📝 Provide a clear and concise description of the issue. Final URL output is incorrect. Running ./pocketbase serve in the folder of the program will generate a unique URL to setup initial user and login. Otherwise you will just get a 404 page. ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run the installation script. Once complete try to access web GUI with the final URL output ### ❌ Paste the full error output (if available). {"data":{},"message":"File not found.","status":404} ### 🖼️ Additional context (optional). x.x.x.x:8080 will result in the 404 error. adding/_/ to the end of the url ie: `x.x.x.x:8080/_/` will get you to the login page. After running `ExecStart = /opt/pocketbase/pocketbase serve --http=0.0.0.0:8080` in the script it should have output a unique setup URL that should be displayed to the user.
Author
Owner

@MickLesk commented on GitHub (Jan 20, 2025):

fixed #1597

@MickLesk commented on GitHub (Jan 20, 2025): fixed #1597
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#350