Direct access to prisma
Hello guys.
I am facing this issue. I have a api in KY wasp project that receives a list of bids and I use this to send them to my users via email. The trick part is how to fetch my users in this case since this won't be managed by wasp , I tried to use query I call it inside the api logic I fail to provide de context or args there. Maybe I am missing something here and if you can see it please let me know...
railway issues
Please make sure your database server is running at
meticulous-empathy.railway.internal
:5432
.
what do i do?...wasp-bin: npx: streamingProcess: chdir: invalid argument (Bad file descriptor)
wasp-bin: npx: streamingProcess: chdir: invalid argument (Bad file descriptor)
Mailgun Messages Delayed
So all of my DNS is correctly configured and all of my messages say they are accepted and delivered. However, they don't appear in the users inbox for about 5 minutes until after it is sent. The timestamp for the email even says the time it was "delivered". Does anyone know why this is happening? The only thing I havent looked into is if it is getting hung up by spam checkers. Any way to check if this is going on without upgrading my mailgun account to the 49$/Month plan lol?
how can i get a communities name
based off this ```ts
function MainPage() {
// ...
return (
<div className="tasks">...
Uncaught SyntaxError: The requested module 'http://localhost:3000/@fs/home/razvan/Desktop/Licenses/
Im on latest version and running on Linux Mint latest
Creating DMG file with Electron?
Has anyone been able to convert their WASP app into a DMG file using electron or something else?
Question about client and server side data handling
So for my SaaS i have a big table (currently in postgressql) with products as entities if I tell this correct. So right now i have a test Table with the same format as my actual table but then with just test data in it. What I want is a page where the user/client sees all products and their data in a nice designed way. What is the best way of doing this? Before i thought i should deploy an API that connects to the db and then using this API i would dynamically fetch the data to create elements.
I know that the boilerplate allows the actions/queries to get this data, but is this a good way for my application?...
How to implement file upload middleware for large video files in a Wasp app?
...trying to implement a video upload feature in our Wasp app that can handle large files (>50MB) using chunked uploads. We need to configure middleware for file uploads, but we're encountering issues with setting up express-fileupload middleware in Wasp. What's the correct way to implement custom middleware for file uploads in a Wasp app, particularly for handling large files with multipart uploads to an S3-compatible storage (Wasabi)?
Streamlit App on subdomain with wasp boilerplate for landing page and backend. possible?
I have my webapp build with streamlit and i'm wondering if I can use wasp boilerplate for the landing page/main website. like the opensaas.sh template website.
I was thinking about running the streamlit app on a subdomain like "app.domain.com" and the landing page just the normal domain like: "domain.com".
I would assume this is all possible because streamlit can be deployed to fly.io and wasp as well so i can run it on the same hosting. but I can't find any topics about this so i'm wondering if I'm missing anything here....
Tailwindui theme
Hi all,
I'm struggling to install this theme https://tailwindui.com/templates/catalyst on a wasp project (open-saas.sh more specifically), and I have a lot of errors.
Do you think, Is it possible to do it?...
Wasp issue
[ Wasp ] error TS2307: Cannot find module 'wasp/server' or its corresponding type declarations. Getting the above error when doing wasp start. Like I made changes main.wasp everything. Any way to solve this?
Nginx ssl certificates broke client/server communication?
Running Docker container with docker compose on digital ocean droplet.
Containers:
- wasp client (8043:80)
- wasp server (3001:3001)...
Real time change in UI
Hey guys, so when I make any changes in the code. I have to do wasp start everytime. And it's taking lot of time for me. When I change anything in code I want it to be reflected real-time in the website. Is there anyway to do this???
How Do I Link Pages Correctly? Code Provided
Beginner Question. I'm needing help on getting my page to show/load. The first page (SignupPage.jsx) which is showing Joint Vibe, when i click on the Sign up button in the top right corner, it takes me to a black screen (SignupForm.jsx) My question is, how come a black blank screen is showing up instead of the code i have for SignupForm.jsx? I have provided files as well as the main.wasp and App.jsx files. If you're kindly able to explain in detail as you would to a child so that i stop getting...
deployment with Digital Ocean
Hello everyone, after more than 5 months i’m near to the deployment of my wasp WebApp.
I have chosen Digital Ocean as hosting and i would like to hear if someone have already deployed with this provider.
What are the basic steps? I need to install directly PostgreSQL or is better to install Docker and after postgres? And after I need to run something else relevant with digital ocean? ...