ShadowRabbitKing
ShadowRabbitKing
WWasp-lang
Created by ShadowRabbitKing on 10/23/2023 in #đŸ™‹questions
Having Trouble Running MageGPT - BEGINNER
Hi, I stumbled upon the concept of ai agents and then found out about MageAI thanks to Matthew Berman's Youtube channel when trying to figure out the ai agents thing. I really appreciate that the entire MageAI and Wasp I believe are open sourced. I want to learn how to utilize your MageAI to run my app ideas into the browser and one day, actual apps. I was hoping you could provide a step-by-step tutorial on how to use MageAI from start to finish using Windows including the fact that I ended up needing Ubuntu, Terminal Preview, Visual Studio Code, WSL and a bunch of other stuff like npt and prisma before I could even run locally successfully. I ended up spending hours on ChatGPT 4 Advanced Data Analysis throwing it issue after issue to resolve this. Anyhow, I then got to running it after doing wasp start, learned about wasp clear, and after I 'sign up' on the webpage it goes to a blank page called http://localhost:3000/. At the same time, I am not sure if selecting the creativity level as conventional is what was causing the error, then it said something about how in the code wasp was supposed to put {userWords && userWords.map((word) => ( <Link to={/word/${word.id}} key={word.id} className="word-circle"> {word.word} </Link> ))} instead of without the 'userWords &&' within those brackets which might be causing it to create a variabless variable on the F12 screen in Chrome. ChatGPT: Overall, the code looks well-organized and makes good use of Wasp's features. Just consider adding a null check for userWords to avoid potential errors. I would also like the steps to add the zip file to the ubuntu directory to use for wasp as it won't check for windows files. Also, how to make the files un-read-only so I can edit them. I would really appreciate this. If there is a resource out there that does this please link it. Thank you.
5 replies