The community members are experiencing issues with "User not found" and "secret is incorrect" errors. They have tried various solutions, such as creating a .env.development file, adjusting the JWT_SECRET, and recreating the container from scratch. The main issue seems to be related to the JWT_SECRET configuration, and one community member was able to resolve the problem by deleting the .env file in the .devcontainer and trusting the default values. However, there is no explicitly marked answer, and the community members are still discussing and trying to find a solution to the problem.
finally, the issue seems to come from the JWT_SECRET i had created a .env file in the .devcontainer with a too small JWT_SECRET, so i deleted this file, trusting the default values, run the container again, migrated the files and it finally worked !
yes ... I added a JWT_SECRET and then rebuilt the whole container. I dont know what I did it correctly but I managed to fix it and get it up and running π