Settings are no longer saving on the Panel #522

Closed
opened 2026-02-04 18:20:57 +03:00 by OVERLORD · 16 comments
Owner

Originally created by @felinusfish on GitHub (Dec 20, 2025).

Current Behavior

Currently, on canary (Commit 1d5ace3) using a Docker installation, there appears to be a regression when trying to save the settings, as it does not save your settings after you have changed them. I am not 100% sure if this is an issue with Beta 30 or potentially an issue with Docker installations, But I'm sure somebody will chime in sooner or later on whether or not the issue exists for them outside of my specifications.

Expected Behavior

The settings should be saving, but they are not.

Steps to Reproduce

  1. Log into an account with permissions to update the settings.
  2. Try to change any setting.
  3. Save, and notice that nothing has been modified.

Panel Version

canary (1d5ace3)

Wings Version

N/A

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

There are no error logs.

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @felinusfish on GitHub (Dec 20, 2025). ### Current Behavior Currently, on canary (Commit 1d5ace3) using a Docker installation, there appears to be a regression when trying to save the settings, as it does not save your settings after you have changed them. I am not 100% sure if this is an issue with Beta 30 or potentially an issue with Docker installations, But I'm sure somebody will chime in sooner or later on whether or not the issue exists for them outside of my specifications. ### Expected Behavior The settings should be saving, but they are not. ### Steps to Reproduce 1. Log into an account with permissions to update the settings. 2. Try to change any setting. 3. Save, and notice that nothing has been modified. ### Panel Version canary (1d5ace3) ### Wings Version N/A ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs ```bash There are no error logs. ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@coderabbitai[bot] commented on GitHub (Dec 20, 2025):

📝 CodeRabbit Plan Mode

Generate an implementation plan and prompts that you can use with your favorite coding agent.

  • Create Plan
Examples

🔗 Similar Issues

Possible Duplicates

Related Issues

👤 Suggested Assignees

🧪 Issue enrichment is currently in open beta.

You can configure auto-planning by selecting labels in the issue_enrichment configuration.

To disable automatic issue enrichment, add the following to your .coderabbit.yaml:

issue_enrichment:
  auto_enrich:
    enabled: false

💬 Have feedback or questions? Drop into our discord or schedule a call!

@coderabbitai[bot] commented on GitHub (Dec 20, 2025): <!-- This is an auto-generated issue plan by CodeRabbit --> ### 📝 CodeRabbit Plan Mode Generate an implementation plan and prompts that you can use with your favorite coding agent. - [ ] <!-- {"checkboxId": "8d4f2b9c-3e1a-4f7c-a9b2-d5e8f1c4a7b9"} --> Create Plan <details> <summary>Examples</summary> - [Example 1](https://github.com/coderabbitai/git-worktree-runner/issues/29#issuecomment-3589134556) - [Example 2](https://github.com/coderabbitai/git-worktree-runner/issues/12#issuecomment-3606665167) </details> --- <details> <summary><b>🔗 Similar Issues</b></summary> **Possible Duplicates** - https://github.com/pelican-dev/panel/issues/1240 **Related Issues** - https://github.com/pelican-dev/panel/issues/1469 - https://github.com/pelican-dev/panel/issues/1217 - https://github.com/pelican-dev/panel/issues/1691 - https://github.com/pelican-dev/panel/issues/1988 </details> <details> <summary><b>👤 Suggested Assignees</b></summary> - [DjordyKoert](https://github.com/DjordyKoert) - [SirEndii](https://github.com/SirEndii) - [rossmoney](https://github.com/rossmoney) - [JoanFo1456](https://github.com/JoanFo1456) - [betamoon1](https://github.com/betamoon1) </details> --- <details> <summary> 🧪 Issue enrichment is currently in open beta.</summary> You can configure auto-planning by selecting labels in the issue_enrichment configuration. To disable automatic issue enrichment, add the following to your `.coderabbit.yaml`: ```yaml issue_enrichment: auto_enrich: enabled: false ``` </details> 💬 Have feedback or questions? Drop into our [discord](https://discord.gg/coderabbit) or [schedule a call](https://calendly.com/parth-coderabbit/issues-feedback)!
Author
Owner

@notAreYouScared commented on GitHub (Dec 20, 2025):

No error logs whatsoever? What settings? Profile? Server? Panel? There's alot of settings... no notifications??

@notAreYouScared commented on GitHub (Dec 20, 2025): No error logs whatsoever? What settings? Profile? Server? Panel? There's alot of settings... no notifications??
Author
Owner

@parkervcp commented on GitHub (Dec 20, 2025):

Which settings are you changing?

@parkervcp commented on GitHub (Dec 20, 2025): Which settings are you changing?
Author
Owner

@felinusfish commented on GitHub (Dec 20, 2025):

Any. All of them are not saving in "Settings"! There were no errors in the logs.

@felinusfish commented on GitHub (Dec 20, 2025): Any. All of them are not saving in "Settings"! There were no errors in the logs.
Author
Owner

@notAreYouScared commented on GitHub (Dec 20, 2025):

So youre editing the options in the "Settings" tab... so panel settings... when you click save what happens? Does the page refresh? Does it popup in the top corner that it failed?

@notAreYouScared commented on GitHub (Dec 20, 2025): So youre editing the options in the "Settings" tab... so panel settings... when you click save what happens? Does the page refresh? Does it popup in the top corner that it failed?
Author
Owner

@felinusfish commented on GitHub (Dec 20, 2025):

The page either refreshes afterwards when it says "Settings saved!" without changing the settings, or it doesn't refresh and says "Settings saved!" and manually refreshing shows the original settings, not the modified settings.

@felinusfish commented on GitHub (Dec 20, 2025): The page either refreshes afterwards when it says "Settings saved!" without changing the settings, or it doesn't refresh and says "Settings saved!" and manually refreshing shows the original settings, not the modified settings.
Author
Owner

@notAreYouScared commented on GitHub (Dec 20, 2025):

Verify the .env has correct permissions, as all those settings live in it, and if it cant write to it... then yes it would still show old values.

@notAreYouScared commented on GitHub (Dec 20, 2025): Verify the .env has correct permissions, as all those settings live in it, and if it cant write to it... then yes it would still show old values.
Author
Owner

@felinusfish commented on GitHub (Dec 20, 2025):

What would have changed about the .env permissions between now and two days ago?

@felinusfish commented on GitHub (Dec 20, 2025): What would have changed about the .env permissions between now and two days ago?
Author
Owner

@notAreYouScared commented on GitHub (Dec 20, 2025):

I dont have access to your system, nor setup. So I cannot answer that.

Did you check the permissions? Did you run the permission commands in the install guide to make sure they're correct? Then try again?

@notAreYouScared commented on GitHub (Dec 20, 2025): I dont have access to your system, nor setup. So I cannot answer that. Did you check the permissions? Did you run the permission commands in the install guide to make sure they're correct? Then try again?
Author
Owner

@parkervcp commented on GitHub (Dec 20, 2025):

I tested this on my a copy of the panel and while the UI refreshed after I changed the name the env file updated.

@parkervcp commented on GitHub (Dec 20, 2025): I tested this on my a copy of the panel and while the UI refreshed after I changed the name the env file updated.
Author
Owner

@PalmarHealer commented on GitHub (Dec 21, 2025):

Having the issue aswell. I have beta30 in docker

@PalmarHealer commented on GitHub (Dec 21, 2025): Having the issue aswell. I have beta30 in docker
Author
Owner

@PalmarHealer commented on GitHub (Dec 22, 2025):

For me this only occurs only when updating from an older version. Fresh installs work fine.

@PalmarHealer commented on GitHub (Dec 22, 2025): For me this only occurs only when updating from an older version. Fresh installs work fine.
Author
Owner

@notAreYouScared commented on GitHub (Dec 22, 2025):

In panel settings go to Misc, and check to see if automatic allocation creation is on. If it is, are the two port sections empty?

@notAreYouScared commented on GitHub (Dec 22, 2025): In panel settings go to Misc, and check to see if automatic allocation creation is on. If it is, are the two port sections empty?
Author
Owner

@PalmarHealer commented on GitHub (Dec 22, 2025):

In panel settings go to Misc, and check to see if automatic allocation creation is on. If it is, are the two port sections empty?

That is not the problem. But I fixed it


I don't know what is causing this issue but I was able to fix it.

  1. Backup env and db
  2. Remove everything else
  3. if deploying with docker compose provide only the important values (like APP_KEY, DB and MAIL settings)

That did the trick for me.

Note: If you're using a oauth provider make sure its enabled, mine disabled but I just had to click next because the values where pre-filled from env

@PalmarHealer commented on GitHub (Dec 22, 2025): > In panel settings go to Misc, and check to see if automatic allocation creation is on. If it is, are the two port sections empty? That is not the problem. But I fixed it ---- I don't know what is causing this issue but I was able to fix it. 1. Backup env and db 2. Remove everything else 3. if deploying with docker compose provide only the important values (like APP_KEY, DB and MAIL settings) That did the trick for me. Note: If you're using a oauth provider make sure its enabled, mine disabled but I just had to click next because the values where pre-filled from env
Author
Owner

@rmartinoscar commented on GitHub (Dec 24, 2025):

Probably means you had a .env that wasn't symlinked to your docker volume or config is somehow cached which is incompatible with our design.

@rmartinoscar commented on GitHub (Dec 24, 2025): Probably means you had a .env that wasn't symlinked to your docker volume or config is somehow cached which is incompatible with our design.
Author
Owner

@parkervcp commented on GitHub (Dec 26, 2025):

I know about the issue and have a fix. I am not able to test and make the change right now.

@parkervcp commented on GitHub (Dec 26, 2025): I know about the issue and have a fix. I am not able to test and make the change right now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#522