prof_mark
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
I am not sure, but I suspect it could have been due to messing around with my docker images. I was working on something else and deleted all the docker images though docker desktop, so maybe wasp lost a ref? And then clean fixed it?
10 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
I had recently migrated but it did work after the migration, then failed again
10 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
ah sorry for not following up - yes did the trick!
10 replies
WWasp-lang
•Created by prof_mark on 10/31/2024 in #đŸ™‹questions
deleted my docker image with and can't recreate
ah thank you kapa, i needed to run migrate-dev.
6 replies
WWasp-lang
•Created by prof_mark on 10/23/2024 in #đŸ™‹questions
seeding prod db
Thank you so much for the help also, this is the last step before I release my very first SaaS! Love wasp!
14 replies
WWasp-lang
•Created by prof_mark on 10/23/2024 in #đŸ™‹questions
seeding prod db
i used it with pgadmin and was able to connect fine
14 replies
WWasp-lang
•Created by prof_mark on 10/23/2024 in #đŸ™‹questions
seeding prod db
I have done all of these. how are others seeding their prod db?
14 replies
WWasp-lang
•Created by prof_mark on 10/22/2024 in #đŸ™‹questions
0.14 -> 0.15 migration + fly
i got it. I had missed a bit on the migration isntructions. I needed to change my App def to:
10 replies
WWasp-lang
•Created by prof_mark on 10/22/2024 in #đŸ™‹questions
0.14 -> 0.15 migration + fly
@kapa.ai hmm, i have a slightly different App def:
10 replies
WWasp-lang
•Created by prof_mark on 10/18/2024 in #đŸ™‹questions
stripe setup help
ok i figured it out, i had used the public api key instead of the secret one...
6 replies
WWasp-lang
•Created by devrim on 8/21/2024 in #đŸ™‹questions
Tutorial API implementation doesn't work for me.
Lol that works too haha
30 replies
WWasp-lang
•Created by devrim on 8/21/2024 in #đŸ™‹questions
Tutorial API implementation doesn't work for me.
Ah I see, that makes sense, thank you!
I wonder if it might make sense to had a flag in fly deploy for beginners like me who are using opensaas - the flag could just tell the deployment script to grab all my env values and run the command with these values for me.
30 replies
WWasp-lang
•Created by devrim on 8/21/2024 in #đŸ™‹questions
Tutorial API implementation doesn't work for me.
ofc these should not be checked in to version control, but shouldnt it be fine to send the .env files (or at least the values from there) to the fly deployment automatically (when using the command)? I dont think there is a need to set these manually rather than pulling them from the .env file and setting them automatically
30 replies
WWasp-lang
•Created by devrim on 8/21/2024 in #đŸ™‹questions
Tutorial API implementation doesn't work for me.
ok it turns out my issue was fixed by setting the env vars on fly manually as described here: https://wasp-lang.dev/docs/advanced/deployment/cli#environment-variables-1
my question is then why I am also setting them in .env.server and/or why these are not pull from the .env.server file and set for my automatically as part of deployment. I think this is also related to the issue here: https://github.com/wasp-lang/wasp/issues/2053
30 replies
WWasp-lang
•Created by devrim on 8/21/2024 in #đŸ™‹questions
Tutorial API implementation doesn't work for me.
im getting this error and cannot figure out what is going on. i have the GOOGLE_CLIENT_ID in my .env.server file, but somehow I guess fly is not picking it up on my redeploys
30 replies
WWasp-lang
•Created by prof_mark on 8/23/2024 in #đŸ™‹questions
An argument for 'context' was not provided.
i cant remember the context not avaible bit, but the key thing i was not understanding is that is a special place where all the actions and queries you define are collected. one can make new actions and queries in whatever files, bu then you import them from this special place.
8 replies
WWasp-lang
•Created by prof_mark on 8/23/2024 in #đŸ™‹questions
Payload too large
Was trying to send a 512x512 base 64 encoded image to open AI for their vision model. So really just needed to pass through. Ended up switching to sending the URL since I'm uploading the images to s3 anyway
37 replies
WWasp-lang
•Created by prof_mark on 8/23/2024 in #đŸ™‹questions
Payload too large
Awesome thank you!
37 replies
WWasp-lang
•Created by prof_mark on 8/23/2024 in #đŸ™‹questions
Payload too large
this didnt work. i am giving up for now and hopefully someonw has an idea
37 replies
WWasp-lang
•Created by prof_mark on 8/23/2024 in #đŸ™‹questions
Payload too large
I've tried following the directions here: https://wasp-lang.dev/docs/advanced/middleware-config#default-middleware-definitions
I now have in my serverSetup.ts file:
but I now get an error:
Any ideas @kapa.ai
37 replies