I cant add any lists or namespaces. #1721

Closed
opened 2020-04-22 16:00:39 +00:00 by p-baum · 6 comments

Hello.

Have you tested this on firefox for android?

Actually I use ff beta.

Hello. Have you tested this on firefox for android? Actually I use ff beta.
Owner

Yeah, I'm actually using that myself. I've just verified it works on try. Do you have an error message or a more precise description / screenshots what exactly does not work?

Yeah, I'm actually using that myself. I've just verified it works on [try](https://try.vikunja.io). Do you have an error message or a more precise description / screenshots what exactly does not work?
Author

demo & demo = Wrong username or password

so im running a docker test using sqlite.

actually keep getting a network error popup. i suspect my api setup is misconfigured:

traefik2:

    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.vikunja-api.entrypoints=websecure"
      - "traefik.http.routers.vikunja-api.rule=HostRegexp(`vikunja.mydomain.de`, `{subdomain:[a-z0-9-]+}.vikunja.mydomain.de`) && PathPrefix(`/api/v1`)"
      - "traefik.http.routers.vikunja-api.service=vikunja-api"
      - "traefik.http.routers.vikunja-api.tls.certresolver=mycertresolver"
      - "traefik.http.routers.vikunja-api.tls.domains[0].main=vikunja.mydomain.de"
      - "traefik.http.routers.vikunja-api.tls.domains[0].sans=*.vikunja.mydomain.de"
      - "traefik.http.routers.vikunja-api-tls-redirect.rule=HostRegexp(`vikunja.mydomain.de`, `{subdomain:[a-z0-9-]+}.vikunja.mydomain.de`)"
      - "traefik.http.routers.vikunja-api-tls-redirect.entrypoints=web"
      - "traefik.http.routers.vikunja-api-tls-redirect.middlewares=tls-redirect@file"
      - "traefik.http.services.vikunja-api.loadbalancer.server.port=3456"

Now i cant even log in at all with ff on android. Desktop seems to be working fine.

check it out at vikunja.mydomain.de (sanitized after the fact)

demo & demo = Wrong username or password so im running a docker test using sqlite. actually keep getting a network error popup. i suspect my api setup is misconfigured: traefik2: ``` labels: - "traefik.enable=true" - "traefik.http.routers.vikunja-api.entrypoints=websecure" - "traefik.http.routers.vikunja-api.rule=HostRegexp(`vikunja.mydomain.de`, `{subdomain:[a-z0-9-]+}.vikunja.mydomain.de`) && PathPrefix(`/api/v1`)" - "traefik.http.routers.vikunja-api.service=vikunja-api" - "traefik.http.routers.vikunja-api.tls.certresolver=mycertresolver" - "traefik.http.routers.vikunja-api.tls.domains[0].main=vikunja.mydomain.de" - "traefik.http.routers.vikunja-api.tls.domains[0].sans=*.vikunja.mydomain.de" - "traefik.http.routers.vikunja-api-tls-redirect.rule=HostRegexp(`vikunja.mydomain.de`, `{subdomain:[a-z0-9-]+}.vikunja.mydomain.de`)" - "traefik.http.routers.vikunja-api-tls-redirect.entrypoints=web" - "traefik.http.routers.vikunja-api-tls-redirect.middlewares=tls-redirect@file" - "traefik.http.services.vikunja-api.loadbalancer.server.port=3456" ``` Now i cant even log in at all with ff on android. Desktop seems to be working fine. check it out at vikunja.mydomain.de (sanitized after the fact)
Owner

Do you mean this: image

That's not really a network error, it only means the login token is not valid anymore.

The api setup seems to be working fine though, I can reach https://vikunja.mydomain.de/api/v1/info without issues.https://vikunja.mydomain.de/api/v1/info

(The demo site is currently broken, yes. I'm working on it)

Do you mean this: ![image](/attachments/1616073d-8ad2-4c95-ab28-6fd1e20d0187) That's not really a network error, it only means the login token is not valid anymore. The api setup seems to be working fine though, I can reach https://vikunja.mydomain.de/api/v1/info without issues.https://vikunja.mydomain.de/api/v1/info (The demo site is currently broken, yes. I'm working on it)
5.7 KiB
Author

I see. So I guess the bug here then is that the old jwt is not being deleted/replaced on logout/login.

can you remove my domain from your comment. thx

I see. So I guess the bug here then is that the old jwt is not being deleted/replaced on logout/login. can you remove my domain from your comment. thx
Owner

Oh that's not an issue, it should work when you log in. The message only comes from an api request Vikunja tried to make with an outdated token still in browser storage.

Oh that's not an issue, it should work when you log in. The message only comes from an api request Vikunja tried to make with an outdated token still in browser storage.
Owner

Closing this due to inactivity, feel free to reopen.

Closing this due to inactivity, feel free to reopen.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
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: vikunja/vikunja#1721
No description provided.