fossfighter
fossfighter
Explore posts from servers
WWasp-lang
Created by Suyog Patil on 10/8/2023 in #🙋questions
issue while running the example app on linux
start db should stay open in background while doing other tasks
8 replies
WWasp-lang
Created by Artomatica on 10/6/2023 in #🙋questions
Dedicated server deployment
You need Docker on your machine, wasp generates docker images one for the client and one for the backend so you can host them anywhere you want. Fly or netlify are just platforms with built-in deploy support
13 replies
WWasp-lang
Created by TheBronxTexan on 10/4/2023 in #🙋questions
#Hello and help
Hi, AI generator may generate code that does not work, so please check if it looks correct to you. You can try to run ready wasp example apps for the first time, they will work
5 replies
WWasp-lang
Created by MrDiamond on 7/19/2023 in #🙋questions
Entity in Typescript does not have all properties
I found an issue from 2020 related to this https://github.com/prisma/prisma/issues/3725, it is upvoted enough but didn't receive any feedback from Prisma team neither there is something similar in their roadmap https://pris.ly/roadmap
14 replies
WWasp-lang
Created by MrDiamond on 7/19/2023 in #🙋questions
Entity in Typescript does not have all properties
right, Prisma by default does not include any connections, you have to specify which one you need. And it's pain when you have self-relations e.g. categories, you have to specify which depth level you need even though you can't know it at compile time if you need all of them
14 replies
WWasp-lang
Created by fossfighter on 7/16/2023 in #🙋questions
Typed jobs
Wow didn't knew Wasp was pre-TS
5 replies
WWasp-lang
Created by rongwroom on 7/16/2023 in #🙋questions
Can't run from Terminal
Have you tried writing just wasp start? \n is a line break which may occur if you are pasting this two lines as once and # is start of a comment so you don't want to write this symbol and everything after it in the terminal
5 replies
WWasp-lang
Created by wasper on 5/29/2023 in #🙋questions
How can I seed my production?
I've seeded railway db by setting it's connection string to local .env.server's DATABASE_URL and then running wasp db seed
20 replies
WWasp-lang
Created by fossfighter on 5/9/2023 in #🙋questions
Error: secretOrPrivateKey must have a value
Oh thanks, I didn't. Now I saw in docs that it should be a random string. But why it worked on localhost then 🤔
14 replies
WWasp-lang
Created by fossfighter on 5/8/2023 in #🙋questions
accessing env on client
I think docs should tell something about this, @Wasp Team ?
31 replies
WWasp-lang
Created by fossfighter on 5/8/2023 in #🙋questions
accessing env on client
Thanks, it worked.
31 replies
WWasp-lang
Created by ъї on 5/7/2023 in #🙋questions
[SOLVED] Error when trying to use dbSeeding.
yup, it worked on 0.10.4, thanks
26 replies
WWasp-lang
Created by fossfighter on 5/4/2023 in #🙋questions
public media folder
Oh ok, I considered using R2 but then thought why not use Fly's volumes for persistent storage since we are on "server-full" framework compared to Next. Well, since it's not supported yet I'll use R2, anyways wanted to give it a try too so this hackathon is a good opportunity
7 replies
WWasp-lang
Created by fossfighter on 5/3/2023 in #🙋questions
Queries/Actions type
5 replies
WWasp-lang
Created by fossfighter on 5/3/2023 in #🙋questions
Queries/Actions type
This is for client, I want generated context type for server based on wasp file
5 replies