Wasp-lang

W

Wasp-lang

Join the community to ask questions about Wasp-lang and get answers from other members.

Join

Setting up Wasp on Windows

Hello there! I am trying to build Wasp in my system (Windows 10). I have followed the steps in this link: https://github.com/khairalanam/wasp/tree/main/waspc#quick-overview I am stuck in the Build step. When I tried running the "cabal build", I get this error: cabal-3.6.2.0.exe: Cannot find the program 'ghc'. User-specified path...

My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely

I'm accessing the generated Node project in my browser from a remote server (e.g. http://192.168.7.2:3000/), but the app is trying to make calls to e.g. http://localhost:3001/auth/me which obviously isn't going to work

when is the wasp X giveaway today

the tweet said 23rd oct and also how many swags will be given

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) => (...

need to make AI prompt based form builder

take prompt input for form and generate the form

Unsure about how to add shadcn/ui to Wasp

I added a vite.config.ts to my src/client with this content: ```ts import path from "path"; import { defineConfig } from "vite"; ...

Learning Resources for beginners getting started

Hello Everyone, I am new to web development and I started playing with Mage GPT today to start learning. The end Goal to to slowly learn enough to create my own web idea that i've had in mind. Im looking for recommendations on learning the basics of web development with the use of Wasp and Mage Gpt. Does anyone resources that they would recommend to beginners like my self looking to get into the basics?

Help with running Wasp MageGPT locally on ubuntu

I am looking to get some help running WaspGPT locally with my own OpenAI key so I can use GPT 4 for the whole app. My question is: "Where do I add my API key on the command line to generate the app?" wasp new-ai:disk MyAwesomeApp "Description of my awesome app." "{ "defaultGptModel": "gpt-4" }"...

Shared function generates CORS error

Hey! I just finished the Wasp tutorial. Now trying to play around extending the TODO app. I implemented a simple function I want to use both in the front and backend, so I put it in the shared/ dir. It works as expected when I use it in the frontend, but if I invoke it in the backend I get a CORS error. Am I missing any config steps?...

Should I expect to be getting auto import recommendations from VSCode?

I was hoping to get auto import recommendations in VSCode! Just want to check to make sure that it is to be expected? I've been debugging my VSCode for a few hours trying to figure it out... no luck!
No description

Trying to run my first App produced by Mage. Does anyone have a dockerfile they use

I am running on Windows, but I want to start up the Mage produced Wasp app I made. I believe I can do this in a docker image. I would really like some guidance as to the right procedure.

Installing wasp error

Whenever I am trying to run this line of code: curl -sSL https://get.wasp-lang.dev/installer.sh | sh I get this error, shown in the photo. What should I do to fix this?...
No description

Wasp SaaS+blog

I have a web service created using Wasp. To promote my web service I want to post blogposts with service description, updates, etc.. What is the easiest way to do it? It will be nice to have basic blogging functionality, like with Hugo, but I also want to keep it light and modular without writing the whole blogging engine from scratch. What you are using to host: https://wasp-lang.dev/blog, guys? Is it something custom?...

Any ETA on Full Version Release?

Hey there! I've been playing around with the beta of Wasp-lang and it's awesome! I was wondering if there's an ETA on when the full version will be released? Really looking forward to what's coming next....

Just made my first app with mage and looking to run it in a Docker container.

Just made my first app with mage and looking to run it in a Docker container. Is there any documentation on writing the dockerfile? Is okteto/wasp the official image to build with? What is the recommend docker image? I am very new to WASP (and docker) and not a developer by trait. just a sales guy who wants to better understand what is under the hood. Thanks for any help you can provide!

Help with localhost.

I'm not sure if I've missed something, is there any way to launch the app via localhost(Visual Studio Code)? Pretty stuck at this point.\

??

what to do here
No description