W
Wasp11mo ago
balaXeth

hi why iam this problems?:

bala@b4l4:~$ curl -sSL https://get.wasp-lang.dev/installer.sh | sh Installing wasp version 0.11.8 (latest). Found an existing installation on the disk, at /home/bala/.local/share/wasp-lang/0.11.8. Using it instead. Configuring wasp executable at /home/bala/.local/bin/wasp to use wasp version 0.11.8. ============================================== wasp has been successfully installed! To create your first app, do: - wasp new MyApp Optional: - to install bash completion for wasp, run wasp completion and follow the instructions. bala@b4l4:~$ wasp new MyApp
14 Replies
balaXeth
balaXethOP11mo ago
in Windows WSL
Vinny (@Wasp)
Vinny (@Wasp)11mo ago
what's the error you get when running wasp new?
balaXeth
balaXethOP11mo ago
it solved it brother✌️✨ Can i use Clerk, Auth0 etc in wasp?
Vinny (@Wasp)
Vinny (@Wasp)11mo ago
Yeah you could, although Wasp's built-in Auth takes care of everything for you
balaXeth
balaXethOP11mo ago
cool brother. so it has Google login too?
Vinny (@Wasp)
Vinny (@Wasp)11mo ago
At the moment Wasp only supports Google, Github, and Email-verified Auth, but in the update coming out next week I think we will be able to use more providers, is that right @miho ?
balaXeth
balaXethOP11mo ago
and really thanks for your replies✨✨✨✨✨
Vinny (@Wasp)
Vinny (@Wasp)11mo ago
you're welcome
balaXeth
balaXethOP11mo ago
brother once save the env what i want to do: still its showing:🔍 Validating environment variables... [Server!] Error: The OPENAI_API_KEY environment variable is missing or empty; either provide it, or instantiate the OpenAI client with an apiKey option, like new OpenAI({ apiKey: 'my apiKey' }). [Server!] at new OpenAI (file:///mnt/e/SAAAAS/sas/memerator-tutorial/memerator-tutorial/.wasp/out/server/node_modules/openai/index.mjs:32:13) [Server!] [Server!] Node.js v18.19.1 [Server] [nodemon] app crashed - waiting for file changes before starting... 😊
Vinny (@Wasp)
Vinny (@Wasp)11mo ago
the first line in your error tells you your issue
[Server!] Error: The OPENAI_API_KEY environment variable is missing or empty;
[Server!] Error: The OPENAI_API_KEY environment variable is missing or empty;
check out line 26 in your .env.server file
miho
miho11mo ago
The new auth providers besides Google and Github are coming a bit later than next week, but soon 😄
Vinny (@Wasp)
Vinny (@Wasp)11mo ago
nice!
balaXeth
balaXethOP11mo ago
Hi i have one question that AFTER EDITING THE FRONTEND CODE AND SAVED . WHY IAM NOT ABLE TO SEE THE CHANGES IN BROWSER. AFTER EACH CHANGES I WANT TO DO "WASP START" FOR ALL SMALL CHANGES I HAVE MADE? . PLEASE HELP
martinsos
martinsos11mo ago
NO YELLING IS NEEDED :D! No, they should be reflected automatically. If you are on wsl on win, you might have issues with wasp start not picking up stuff -> that is WSL bug, and solution is to keep your source files, of your wasp project, on linux file system, not win file system.

Did you find this page helpful?