JannikStreek

Results 7 comments of JannikStreek

Hi @gonzalo-bulnes, I stepped with the debugger inside the method so I could take a closer look how the input actually looks like. Inside the header, the email field was...

Just for information: I am using Postman to do the requests. I just read that header fields should be MIME-encoded in case of non-ASCII data. So maybe its a postman...

I also stumbled upon this issue, it actually happens for me every time i try to call the /user/me route without being admin (so you are the owner of the...

Have a look at this docker compose setup, maybe it helps? https://github.com/b310-digital/excalidraw/blob/master/docker-compose.yml

> I tried to use this docker-compose using portainer and at some point it fails. > > Start of logs: > > ``` > 2024/01/08 10:25AM WRN github.com/portainer/portainer/pkg/libstack/compose/internal/composeplugin/composeplugin.go:162 > docker...

well, check the logs...`docker compose logs excalidraw-storage-backend`, most likely its database related, e.g. you haven't provided the .env file. A default is existing, but you need to provide your own,...

Hi! First, thanks for the research @iferc . I have had the same problem and did some further research. In the referenced commit, the project was split up into different...