[GH-ISSUE #2263] Unable to update domain quota from Web UI or API #1556

Closed
opened 2026-02-27 11:17:46 +03:00 by kerem · 7 comments
Owner

Originally created by @mattg66 on GitHub (Jun 12, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2263

1.17.0

OS Type: Debian
OS Version: 10
Database Type: PostgreSQL
installer used: Yes
Webserver: Nginx

Set domain quota upon creation, then attempt to update quota. Quota doesn't update for domain and as a result, no more users can be added to the domain.
Occurs with both API Patch request and Web UI. When trying to reduce quota from web UI, HTTP 500 is returned

Originally created by @mattg66 on GitHub (Jun 12, 2021). Original GitHub issue: https://github.com/modoboa/modoboa/issues/2263 1.17.0 OS Type: Debian OS Version: 10 Database Type: PostgreSQL installer used: Yes Webserver: Nginx Set domain quota upon creation, then attempt to update quota. Quota doesn't update for domain and as a result, no more users can be added to the domain. Occurs with both API Patch request and Web UI. When trying to reduce quota from web UI, HTTP 500 is returned
kerem 2026-02-27 11:17:46 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@H-A-L-I-S commented on GitHub (Jun 15, 2021):

Not sure, if it is related, but you can try this from #2247 :

sudo -u modoboa -i
bash
cd /srv/modoboa/
source env/bin/activate
(env)> pip install django-webpack-loader==0.7.0
reboot

You can also try this to get more information:
You have more information if you enable debug traces: edit /srv/modoboa/instance/instance/settings.py, set DEBUG to True, save and reload uwsgi.

<!-- gh-comment-id:861842810 --> @H-A-L-I-S commented on GitHub (Jun 15, 2021): Not sure, if it is related, but you can try [this](https://github.com/modoboa/modoboa/issues/2247#issuecomment-857557414) from #2247 : ``` sudo -u modoboa -i bash cd /srv/modoboa/ source env/bin/activate (env)> pip install django-webpack-loader==0.7.0 reboot ``` You can also try [this](https://github.com/modoboa/modoboa/issues/2247#issuecomment-855637118) to get more information: `You have more information if you enable debug traces: edit /srv/modoboa/instance/instance/settings.py, set DEBUG to True, save and reload uwsgi. `
Author
Owner

@mas1701 commented on GitHub (Jun 16, 2021):

Might be related:

I'm experiencing the problem, that I cannot modify Sieve filters once they have been created. I have to delete the rule in question and re-create it. Very annoying. My django-webpack-loader IS 0.7.0.

<!-- gh-comment-id:862010670 --> @mas1701 commented on GitHub (Jun 16, 2021): Might be related: I'm experiencing the problem, that I cannot modify Sieve filters once they have been created. I have to delete the rule in question and re-create it. Very annoying. My django-webpack-loader IS 0.7.0.
Author
Owner

@mattg66 commented on GitHub (Jun 22, 2021):

Not sure, if it is related, but you can try this from #2247 :

sudo -u modoboa -i
bash
cd /srv/modoboa/
source env/bin/activate
(env)> pip install django-webpack-loader==0.7.0
reboot

You can also try this to get more information:
You have more information if you enable debug traces: edit /srv/modoboa/instance/instance/settings.py, set DEBUG to True, save and reload uwsgi.

Thanks for the suggestion, however I am alreadying using django-webpack-loader 0.7.0 apparently:
Requirement already satisfied: django-webpack-loader==0.7.0 in ./env/lib/python3.7/site-packages (0.7.0)

<!-- gh-comment-id:866174305 --> @mattg66 commented on GitHub (Jun 22, 2021): > Not sure, if it is related, but you can try [this](https://github.com/modoboa/modoboa/issues/2247#issuecomment-857557414) from #2247 : > > ``` > sudo -u modoboa -i > bash > cd /srv/modoboa/ > source env/bin/activate > (env)> pip install django-webpack-loader==0.7.0 > reboot > ``` > > You can also try [this](https://github.com/modoboa/modoboa/issues/2247#issuecomment-855637118) to get more information: > `You have more information if you enable debug traces: edit /srv/modoboa/instance/instance/settings.py, set DEBUG to True, save and reload uwsgi. ` Thanks for the suggestion, however I am alreadying using django-webpack-loader 0.7.0 apparently: ```Requirement already satisfied: django-webpack-loader==0.7.0 in ./env/lib/python3.7/site-packages (0.7.0)```
Author
Owner

@tonioo commented on GitHub (Jun 30, 2021):

@mattg66 Which quota are you talking about?

<!-- gh-comment-id:871358841 --> @tonioo commented on GitHub (Jun 30, 2021): @mattg66 Which quota are you talking about?
Author
Owner

@mattg66 commented on GitHub (Jul 20, 2021):

Domain quota, this is still an issue and I cannot increase the capacity of my domains!

<!-- gh-comment-id:883658373 --> @mattg66 commented on GitHub (Jul 20, 2021): Domain quota, this is still an issue and I cannot increase the capacity of my domains!
Author
Owner

@mattg66 commented on GitHub (Jul 27, 2021):

The workaround is to edit the 'quota' column for the domain

<!-- gh-comment-id:887815618 --> @mattg66 commented on GitHub (Jul 27, 2021): The workaround is to edit the 'quota' column for the domain
Author
Owner

@stale[bot] commented on GitHub (Sep 25, 2021):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:927192448 --> @stale[bot] commented on GitHub (Sep 25, 2021): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1556
No description provided.