martinsos
WWasp-lang
•Created by chilled_techie on 11/15/2024 in #đŸ™‹questions
Landing Page doesn't display
Ah yes this must be it! Luckily we already have fix for this, will be coming with the next update for OpenSaas.
13 replies
WWasp-lang
•Created by xyntherys on 11/9/2024 in #đŸ™‹questions
Manually deleted all Sessions for an user from DB. Unable to login with Google (login-logout loop)
@miho should we open an issue for this?
23 replies
WWasp-lang
•Created by LifeTaker on 11/15/2024 in #đŸ™‹questions
How can i create an account in the local env and test it
@LifeTaker did Kappa help you here? Seems to me like the advice is good!
7 replies
WWasp-lang
•Created by Joaquim on 11/15/2024 in #đŸ™‹questions
pg-boss can't find certificates
It indeed might b eproblem with pgboss not resolving that path, have you tried using absolute path, did that help @Joaquim ?
7 replies
WWasp-lang
•Created by Joaquim on 11/15/2024 in #đŸ™‹questions
Access folder in project root from dockerfile
Yup, it will still end up there, in .wasp/build.
However, that Dockerfile we generate is just tehre for you as a default Dockerfile -> you don't have to use it, or can use it as you like.
This will depend on your deployment process, but you could have your script (e.g. in bash) that will put /certs in the right place (possibly in the folder in generated server that Dockerfile will pick up?), as part of deployment, e.g. before Dockerfile is used to create an image.
Additional you could modify that Dockerfile as mentioned above.
But this does depend on your dpeloyment method. What is your method, where and how are you deploying?
8 replies
WWasp-lang
•Created by JakeLoew on 11/5/2024 in #đŸ™‹questions
Is there a way to inject env variables into wasp testing?
Got it! In that case,
wasp test client
is not the rigth way to test it, since it is server code. I would instead recommend setting up tests for the backend, which I believe you should be able to do manually, so not via wasp test client
, but by adding the testing library in package.json yourself, and probably defining a script
in package.json
to run it, and doing setup for it yourself.13 replies
WWasp-lang
•Created by ice on 11/12/2024 in #đŸ™‹questions
install on nixos
I am afraid I wouldn't konw th eanswer, I don't konw enough about Nix! I would hope you can indeed write a recipe to install the binary, or even compile from source, but I am not sure how one would go about that.
7 replies
WWasp-lang
•Created by mm on 11/4/2024 in #đŸ™‹questions
Update OpenAI to latest version Safe?
OpenSaas is not really supposed to be upgraded -> it is a project starter. If you do want to do it, you can either start a new open saas project and copy your specific code from your project to that one, or the opposite direction, copy pieces of new open saas project to your existing project.
6 replies
WWasp-lang
•Created by mb23 on 9/17/2024 in #đŸ™‹questions
How can i avoid that a user can "signup" twice with the same email address?
@john I believe that this import is too new for your wasp version, and that is why it doesn't work. You should check the older verison of our docs, that is the same as your wasp version, or upgrade to newer version of the wasp.
28 replies
WWasp-lang
•Created by joshleeman on 10/31/2024 in #đŸ™‹questions
Deployment issues with migrations
@miho @Vinny (@Wasp) might any of you be able to provide some advice on handling migrations conflicts?
15 replies
WWasp-lang
•Created by NEROX on 11/2/2024 in #đŸ™‹questions
Fail to compile
@NEROX just to check, did you find a good solution? What was the issue at the end, anytihng we can improve on our end?
72 replies
WWasp-lang
•Created by Sven on 11/2/2024 in #đŸ™‹questions
Context.user is null
hey @Sven you ever solved this? If not, can you give more info?
10 replies
WWasp-lang
•Created by GK Palem on 11/2/2024 in #đŸ™‹questions
multiSchema error: Error validating model "Session": This model is missing an `@@schema` attribute.
@GK Palem hm so that is correct, our internal models don't have @@schema specified, and we currently don't have a way to specify it. I have t oadmit I don't know a lto about multischema yet, but I assumed it would just put models without @@schema under default schema. But that is not the case and it complains? Can you give me a bit of an idea how you are using multischema, how are you organizing your scjhema, and to which schema would you add Wasps' models like Session?
6 replies
WWasp-lang
•Created by phlx on 11/1/2024 in #đŸ™‹questions
Machine doesn't start stays at waiting for machine to be reachable
@phlx sorry for slow response we are on our yearly retreat so we are a bit slow!
So you just put that one line in your custom Dockerfile? Problem is, that Dockerfile does nothing then. If you need to change the base image completely, you will want to copy the whole Dockerfile and rewrite it to use your image (ubuntu).
16 replies
WWasp-lang
•Created by santi on 10/30/2024 in #đŸ™‹questions
railway tutorial not up to date
Awesome @santi ! Sorry for slow respnose, we are on our yearly retreat so we are a bit slower to respond.
8 replies
WWasp-lang
•Created by phlx on 11/1/2024 in #đŸ™‹questions
Timeout error when deploying railway up
@phlx have you managed to deploy your app? what about deploying to Fly, or other approaches we describe in the docs? We also have wasp github action that you might use https://github.com/wasp-lang/deploy-action, and there are also some ideas here https://github.com/wasp-lang/learning-materials .
8 replies
WWasp-lang
•Created by prof_mark on 10/31/2024 in #đŸ™‹questions
[ Server ] Starting npm installwasp-bin: npm: streamingProcess: chdir: invalid argument (Bad file de
@prof_mark it would still be great to understand what caused this, do you have any idea? Did you migrate to newer versino of Wasp? Or anything else taht could have caused this?
10 replies
WWasp-lang
•Created by VS on 10/31/2024 in #đŸ™‹questions
Web workers
@Adam I am guessing you were interested in PWA web worker, not jobs? If so, check out this issue, it says how to set it up: https://github.com/wasp-lang/wasp/issues/1117
6 replies
WWasp-lang
•Created by samim on 11/4/2024 in #đŸ™‹questions
Remove Credits
@samim unfortunately Wasp is currently made for developers, so you will need to be or become a developer to be able to use it! We are happy to help if you get stuck somewhere, but we are limited with our time so we can't help with too much stuff, you have to do the dev on your own.
8 replies
WWasp-lang
•Created by DavidFeng on 10/17/2024 in #đŸ™‹questions
Google Auth Redirection Not Working (Netlify & AWS)
@DavidFeng , awesome, i will! We are on our yearly retreat at th emoment but I will take a look at it once we come back!
23 replies