Error: Cannot find module 'dotenv/config'
It happens quite often, just by starting the project.
(I'm on Wasp 0.15.2) same with older versions.
I have to do wasp clean and wasp install (which takes a while).
...

blur while animating
This have nothing to do with wasp, I want make the AppNavBar a little dynamique when the user scroll but the header becomes blur, any suggetion? context

How do you deploy multiple environment in fly.io like dev, staging and production
I have application built with WASP v15 and deployed to fly.io and I want to have two environment like staging and production
Cron job not running in production but running locally
I am attempting to run this job but it is not appearing to run in the logs, whereas it runs locally (every 5 minutes). The first line is a console log so regardless of the result, it should log something
```job updateStaleTikTokStats {
executor: PgBoss,
perform: {...
How can I edit the credits amount
How can I edit a specific user's credits amount while on deployment ? Im using opensaas temaplte
Site works in dev but in production is not working
Hello again friends! We've finally launched to production! š
https://siteengineer.com.au/
The site works when I run it in development mode, however, after launching, the login option disappears and the website doesn't seem to work (though it still builds). I've included the command line output which shows several errors I'm unsure about, along with the errors that VS Code outputs when I launch the site. Would anyone have any suggestions? my version is 15.1 (updated from 14.x), my platform is windows / wsl2. all errors are attached :))...
Mandatory email verification
Hello everyone! Is there any way to enforce email verification before login? The OpenSaaS template somehow allows login without verification. Is there a field in the User entity that is responsible for this?
Something wrong with SEO?
Hello everyone,
Almost a month ago I launched datanext.app (WebApp built with Wasp) but I'm experiencing serious problems with Google SEO.
I have uploaded the sitemap https://datanext.app/sitemap.xml at Google Search Console and 6 pages were successfully indexed....

Vercel ai chatbot
Is it possible to use vercel-ai-chatbot library to integrate a chat window into a wasp project
Docs on LEMONSQUEEZY_STORE_ID missing
Hey!
I can't find docs about setting
LEMONSQUEEZY_STORE_ID
. It's pretty easy to find out how to do it but maybe it should be in the docs?...is there a solution to make the app in french ? or change the application language.
I want to make the saas app in french is there suggestions for solutions
Issue with installation
Hi š I'm trying to install the SAAS template from wasp but I'm running into issues (I think) because there is no feedback from the wasp start command I can't even tell what's actually causing the issue.
This is on WSL on windows, on node 20
I suspect it might be having issues because it's already been an hour, and it shouldnt' take this long. I saw a similar issue in the search with a suggestion to create the folder inside of WSL itself but that hasn't helped either...

Enable dependabot
Hi,
I would like to enable Github dependabot in my open-saas project. At the moment, it is failing due to the local dependency on "wasp" in the package.json file:
"wasp": "file:.wasp/out/sdk/wasp","
...
Import JSON in env.server ?
Iām losing it, Iām trying so many methods to import my Google vertex service account credentials which are in JSON format.
Anyone know howwww...
Redirect user if authenticated?
Is there a way to do a server-side redirect if the user is authenticated?
i.e: if a user is logged in, I do not want them to be able to go to the
/login
page, and should instead be redirected back to their /dashboard
.
...update wasp after usemage.ai creation
I have created an app use msemagi.ai. I have a lot of changes to customize the app, but need to update to version 0.15.0. who to do this?
Upgrade memory of fly.io database
I know this maybe is not the place to ask but what is best practice for upgrading memory of fly.io database postgres? I right now have 223 mb but it somehtimes runs out of this, so maybe adding like 1gb is good? any tips on how to do this?