AC
AC
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
Got it working - Amazing!!! Just saved me a bunch of time. Thanks!
12 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
How did the example Wasp application get around Prisma limitations for vector columns? Was it through this kind of implementation? https://github.com/vercel/examples/blob/nuxt-blob-example/storage/postgres-pgvector/prisma/schema.prisma
12 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
(Also not trying to be coy, happy to share my doc and eventual Github Action if that helps)
38 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
For what it's worth (with @miho 's suggestion of using OrbStack), I think this might be more of a documentation issue? Now that I know how to do this, it's taking me under 5 minutes to deploy my app on Netlify/Heroku. Once I'm done my initial product deployment, I'll set up a Github Action to automate the whole process.
38 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
No problem! Happy to reduce the deployment pain.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Just hope it doesn't break again because of fly outages, haha
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Yay!
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
That was one of the last errors for me too, if I recall correctly. You have to change the port in the fly-generated deploy docs, if I recall correctly.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Yeah, that's it!
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
I'm at the point now, where I can deploy on Heroku/Netlify in <5 minutes every time.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
I'd have to dig through my Claude logs, which I won't be able to do until next week. But happy to share once I have the results. As an alternative, I ended up switching to Heroku and Netlify (I ran into some dependability issues with fly, and it was a bear to set up), and as of this AM, I have relatively robust notes on it ready to go. I can share those rn.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Whatever you do though, I wouldn't try and manually update the CORS files. I went down a whole rabbit hole trying to adjust them, and it didn't help. I know the bot is suggesting that as an option, but my understanding is that OpenSaaS is really supposed to work out of the box.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
I definitely recommend inputting the data into Claude and asking for the solve. It took me days the first time, and the second time, it took me about a day.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Yes, you need to ensure the DNS records are pointing to the correct places for both your front end and back end.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Also check your fly deployment files to ensure they match the above.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
It's likely because there's a mismatch between any of the following: (1) Your DNS records; (2) Your env variables. I had to look through mine with a fine tooth comb to find the issue the first time. Now, I just input the info into Claude (obvie leave out sensitive API keys like Stripe), explain the problem, and ask Claude to find the mismatch.
31 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
Oh, and just in case - the specific helper I used to resolve the osxkeychain issue was brew install docker-credential-helper
38 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
No problem - Thank you so much for the help! Saved me days of work, I'm sure.
38 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
Okay - It's up! Using OrbStack worked perfectly, thanks so much! My only notes are as follows: I got the following error message related to Prisma: => ERROR [server-builder 10/11] RUN cd .wasp/build/server && npx prisma generate --schema='../db/schema.prisma' 3.5s The fix is here: https://github.com/prisma/prisma/issues/17869 TL;DR - Ensure that when you run node -e 'console.log(process.arch)' in terminal, the result is Arm64 I also got this error: docker-credential-osxkeychain": executable file not found (17.09.0 mac33). I updated setup with an updated helper. I am having (what I think is) a minor issue with Netlify's frontend, but other than that, things are working. Thanks @miho and @G35x !!
38 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
omg, haha. Thanks!
38 replies