Nurium
Nurium
WWasp-lang
Created by Nurium on 5/28/2024 in #đŸ™‹questions
Get unique userID via wasp or auth0?
Hello i am wondering if there is a way to get a unique ID of some sort for every user. I managed to print out the user reg ID, which starts from 1 (the first member) etc. But im thinkin more of a "random code" simular to the "sub id" which you can get from regular auth0 app.
6 replies
WWasp-lang
Created by Nurium on 5/25/2024 in #đŸ™‹questions
Type error: Undefined identifier: Dummy (On Wasp Start)
Hello im trying to install latest version and get this error?
5 replies
WWasp-lang
Created by Nurium on 1/16/2024 in #đŸ™‹questions
openai gpt Assistant api, or embeddings template? How to select version when git cloning?
No description
46 replies
WWasp-lang
Created by Nurium on 1/12/2024 in #đŸ™‹questions
Cant find: src/shared/constants.ts file? Stripe connect.
No description
74 replies
WWasp-lang
Created by Nurium on 1/11/2024 in #đŸ™‹questions
Cant start database docker is not working on wsl properly
✨ Starting a PostgreSQL dev database (based on your Wasp config) ✨ Additional info: ℹ Connection URL, in case you might want to connect with external tools: postgresql://postgresWaspDevUser:postgresWaspDevPass@localhost:5432/nurium_saas-ef32b83560 ℹ Database data is persisted in a docker volume with the following name (useful to know if you will want to delete it at some point): wasp-dev-db-nurium_saas-ef32b83560 ... The command 'docker' could not be found in this WSL 2 distro. We recommend to activate the WSL integration in Docker Desktop settings. For details about using Docker Desktop with WSL 2, visit: https://docs.docker.com/go/wsl2/ wasp-bin: callCommand: docker run --name wasp-dev-db-nurium_saas-ef32b83560 --rm --publish 5432:5432 -v wasp-dev-db-nurium_saas-ef32b83560:/var/lib/postgresql/data --env POSTGRES_PASSWORD=postgresWaspDevPass --env POSTGRES_USER=postgresWaspDevUser --env POSTGRES_DB=nurium_saas-ef32b83560 postgres (exit 1): failed nurium_ubuntu@DESKTOP-NUD60OH:~/Projects/nurium_saas$
70 replies