react-router-dom version
I'm getting an error when compiling: Error: Dependency conflict for user dependency (react-router-dom, ^6.28.0): Version must be set to the exactly the same version as the one wasp is using: ^5.3.3
I need features of the react-router-dom that were added after the version wasp is using. How do I update wasp to use a newer version of react-router-dom?...
sendgrid use email templates
I would like to use the email templates in sendgrid so that it easier to reform the templates without deployment and isolated place to maintain these.
however I find the emailSender from 'wasp/server/email` only allows the type that is for emails where html and text versions are mandatory...
is it possible to store the token that is created after login into browser localstore
I need to login into extension. I have different flow as of now. But wondering if having user login on website and once successful, update the local store that extension access for the token
Access folder in project root from dockerfile
Hey!
I have a folder for certificates
/cert
where I store certificates. I want to include them in the dockerfile.
The issue I have is that after wasp built
, this \cert
folder is nowhere to be seen inside /.wasp/build
which makes it impossible to use inside the docker build process....pg-boss can't find certificates
Hey!
I'm trying to connect my app to an RDS db:
DATABASE_URL="postgres://user:[email protected]/databaseb?ssl=true&sslmode=verify-full&sslrootcert=~/certs/global-bundle.pem"
...How can i create an account in the local env and test it
How can create admin account or test create account on my loca ?
How can i access the database to see the data saved...
Landing Page doesn't display
I just created a new OpenSAAS project and ran the other commands including wasp start but the page doesnt display anything, it also doesn't give any error message in the browser console or in the terminal.
Adding svgr plugin to the vite config
Hey!
I want to import svgs as React svg components instead of urls. So I installed the svgr vite plugin https://www.npmjs.com/package/vite-plugin-svgr.
Locally, it works perfectly but I can't deploy because the web-server folder doesn't build. The issue is ...
Windows development
Windows runs node natively
Windows runs docker natively
What are the current challenges with installing Wasp-Lang in Windows without WSL?...
Changing the color of the text in the Login/signup/ forgetpass pages.
I can't change the color of the text in these pages. any recommendations? knowing that the color of the buttons can be changed
Uploading files to server
I want to upload files from the frontend to my server as opposed to AWS S3. I have implemented the code below in my operations.ts file which is in my module's subdirectory under /src:
personita/app/src/personita/operations.ts
`import { fileURLToPath } from 'url'
import path from 'path'
...Do i need to set client env vars every deploy?
when i deploy an update to fly do i need to set the client env vars again? every deploy
Newsletter/TemplateId
I moved my thread from Feature-suggestions to questions
https://github.com/wasp-lang/wasp/issues/1553
Hey has this been solved or will this just be closed as not possible? I was trying to use templateId, I guess I could just make a html but would be cooler if I could use templateId from SendGrid....
how to customize the signup verification logic in the version 0.11.8?
I'm using version 0.11.8 so, when I try to create a user with email which already then it shows the message that signup is successful, instaed I want error message, so how can I customize or change this logic?
Navigating with /names/ instead /ids/
How can I change my navigation so instead the final slug is
/subject/maths/grades
instead of /subject/31c984d4-686d-4c3e-97dc-94dbd2bc5a58/grades
Information to note, names can be repeated in the db so the key identifier is still the id but I want only the name....migrate found failed migrations in the target
2024-11-13T09:21:07.224 app[d89015ef6d74e8] mia [info] migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: https://pris.ly/d/migrate-resolve
Fetching Emails
Is there a guide on how fetching emails (gmail) to be displayed and to be used as a source for future queries throughthe chatgpt api
VSCode go to definition
Hi, just to ask here, when I click on go to definition in vscode, it takes me to the compiled function instead of where I actually implemented it. Is this by design?
Multi-Factor Authentication
I want to force users to use MFA such as a phone number or email, does wasp support this out of the box? If not, does wasp support using Auth from e.g. Clerk? Users ATM will use their microsoft accounts to login so google / github / discord aren't suitable.
Thanks!...