Francesco
Francesco
WWasp-lang
Created by Francesco on 7/4/2024 in #🙋questions
Error running the Todo App
Thank you so much @miho , I looked into it and found that I had a duplicate MainPage declaration in my wasp file. I removed one and it's working now. Thank you for helping out! 🙏
8 replies
WWasp-lang
Created by Francesco on 7/4/2024 in #🙋questions
Error running the Todo App
I should add that throughout the tutorial everything was going smooth until the very end, when I updated the main page to require authentication. Specifically, this part here: export const MainPage = ({ user }) => { // Do something with the user // ... } That's when I started to get this error. I thought it would get rectified by copying the code of all pages from the Wasp github repository, but I still get it. 🤷
8 replies
WWasp-lang
Created by Francesco on 7/4/2024 in #🙋questions
Error running the Todo App
The error message seems to be from the Vite plugin, and reads "Identifier 'Main Page' has already been declared"
8 replies
WWasp-lang
Created by Francesco on 7/4/2024 in #🙋questions
Error when trying to add authentication
Ah, I found a syntax error in my code. Thanks for pointing me to it!
7 replies
WWasp-lang
Created by Francesco on 7/1/2024 in #🙋questions
Setting up Wasp
This is great, it's all working now. Thank you for your help!
7 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
Great, thanks for your help! 😄
18 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
Where am I going wrong? Sorry if it's a silly question - I don't have a technical background. 😕
18 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
No description
18 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
But now I'm stuck. I would like to use a starter template to create a Tweet Generator (was thinking of using the Vector Similarity Search Template, would you agree?) but when I type "wasp new" or "wasp new MyApp -t embeddings" into my terminal nothing happens (see screenshot below).
18 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
That successfully created a new full-stack web app at http://localhost:3000
18 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
At that stage I continued by typing wasp new MyApp
18 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
No description
18 replies
WWasp-lang
Created by JadeOfWallstreet on 1/19/2024 in #🙋questions
Getting started with Wasp on Terminal
Hey @martinsos, I just installed Wasp from my terminal and ran into a similar problem as JadeofWallstreet. First I got a warning message saying that "'/Users/francesco/.local.bin is not on my PATH"
18 replies