Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to delete list #29

Closed
HellSpawn754 opened this issue Aug 22, 2024 · 3 comments
Closed

Unable to delete list #29

HellSpawn754 opened this issue Aug 22, 2024 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@HellSpawn754
Copy link

Hi,

Thanks for this nice software !

I use the singleboard mode using the docker (3.3.0) image. When i try to delete a list i get:

DELETE LIST d63fdabd-837c-4286-9fda-9000a008b4f0 {}
[500] TypeError: list.delete is not a function

@HellSpawn754
Copy link
Author

version: '3.2'

services:
app:
image: ourshoppinglist/our-shopping-list:latest
restart: always
ports:
- '8102:8080'
environment:
# Default values below (See README for more)
VUE_APP_I18N_LOCALE: de
VUE_APP_I18N_FALLBACK_LOCALE: de
VUE_APP_I18N_FORCE_LOCALE: 0
VUE_APP_SINGLEBOARD_MODE: 1
# You may want to use a .env file instead
#env_file:
# - .env
#volumes:
# - ./robots.txt:/app/robots.txt:ro # See README
depends_on:
- mongodb

mongodb:
# Caution: Before 2024-06-11 the version used was mongo:4. You cannot upgrade directly to mongo:7.
# Use the automated script update-mongo7.sh to upgrade your stack to mongo:5, mongo:6 then mongo:7
# Refer to README.md for more information
image: mongo:7
volumes:
- /volume2/docker/our-shopping-list/dbdata/:/data/db

volumes:
dbdata:

@nanawel nanawel self-assigned this Aug 26, 2024
@nanawel
Copy link
Owner

nanawel commented Aug 26, 2024

Hi, and thanks :)
I'll take a look asap.

@nanawel nanawel added bug Something isn't working good first issue Good for newcomers in progress ⏳ Wait for it... labels Aug 28, 2024
@nanawel
Copy link
Owner

nanawel commented Sep 4, 2024

Fixed in 3.3.1
Thanks for your report

@nanawel nanawel closed this as completed Sep 4, 2024
@nanawel nanawel removed the in progress ⏳ Wait for it... label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants