Wasp

W

Wasp

Join the community to ask questions about Wasp and get answers from other members.

Join

Language in LoginSignupForm.tsx

I'm building my first wasp based on the saas app template and I want to first translate everything to Spanish. I've changed the language everywhere but in the Language in LoginSignupForm.tsx I cannot as it is imported. So then I click to Log in, some text is in english. I would like to know if there is a multilanguage feature I didn't discovered yet, or if the test in LoginSignupForm.tsx can be changed....
No description

tsconfig error

Im using wasp opensaas and im getting this error when i run wasp start db wasp start db ❌ --- [Error] Analyzing wasp project failed: -------------------------------------...

Auth module should support multiple providers

Hello guys, I need some help with the auth module of the OpenSaas project. After enabling OAuth I was not able to support both Email and Google provider for a user. I created a user by email and password, and then after enabling Google Login I tried it with same email Id but it didnot let me to. Any idea to how to make it support multiple providers...

New deploy only on www. subdomain

I did a deploy yesterday but when i go to my app on example.com it doesnt show that deploy but when i go to www.example.com it shows all new changes... How come that? I use fly

Vite + esbuild errors in Wasp dev mode

Hey everyone! 👋 I’m working on App, built with Wasp + OpenSaaS. I successfully deployed the app to production (runs fine), but in dev mode (wasp start), I’m getting Vite + esbuild errors: [plugin:vite:esbuild] Transform failed with 3 errors:...
No description

Any plans to support Prisma/SQL Server? I know 🤦♂

I recently joined a team that uses sql server database. Now I cannot use wasp!

Railway server deployment fail

Hello, So I am currently trying to deploy my server and db to railway. I am using railways cli and I am following along in the wasp docs. When I do railway up, I get: Build time... (value)...

Is the security vulnerability fixed?

Is the vulnerabiity fixed in opensaas when starting a new project or it require manual fix?

Error with open-saas

I'm inside folder open-saas and I do wasp start to start the example and deploy it on local, but it's building another wasp app I have (and I just deleted) and starts also the deleted one

Error with Mage

I just discovered wasp and Mage I just created a dummy example to try it because I find it very usefull. I installed all dependencidies and when I run wasp start the localhost:3000 is a blank pare. This is my Home.jsx: import React from 'react'; import { useQuery } from 'wasp/client/operations'; import { getRestaurants } from 'wasp/client/operations'; import { Link } from 'wasp/client/router';...

Customise openSaaS template

Hello, I am planning to use openSaaS for my new saas. I am trying to understand how much I can customise the template? Can I just import my NodeJs components in it and just show them in a page? Or do I have to reimplement them in Wasp?

TypeScript issues:

wasp version 0.16.2 on Ubuntu having type safety issues that are crashing my wasp, i can't get started on developing I replaced the demo-app with something nearly identical, yet it throws cannot find type on this:...

How lang will wasp stay in beta?

First of all thank you for building wasp! I have been working with it now since end of June and while it was confusing at he beginning that some things just happen automatically under the hood and can’t be changed such as Language on log in pages , I now love it and am building my startup around it.
I just am a little concerned because it’s still in beta. Do you know when it will be moving to the next stage? ...

ERR_MODULE_NOT_FOUND

Hello, I am using wasp 0.15.0, on linux mint I recently got a problem with my wasp app, I am using the OpenSaas template, wich I've been using for a while now the error code is the following ``` [ Server ] ...

Localization i18n

Is there a recommendation on how to apply localization / i18n ? I would need this also for auth and validations, i am wondering if anyone has a similiar scenario and maybe has some example code to share....

unable to install '@strapi/client' due to tsconfig builder

unable to install '@strapi/client' due to tsconfig compile settings:
[ Wasp ] src/demo-ai-app/DemoAppPage.tsx(18,24): error TS2307: Cannot find module '@strapi/client' or its corresponding type declarations.
[ Wasp ] There are types at '/.../Documents/commercialNewsApp/commerseNews/app/node_modules/@strapi/client/dist/index.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
[ Wasp ] src/demo-ai-app/DemoAppPage.tsx(18,24): error TS2307: Cannot find module '@strapi/client' or its corresponding type declarations.
[ Wasp ] There are types at '/.../Documents/commercialNewsApp/commerseNews/app/node_modules/@strapi/client/dist/index.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
...

Unable to sign in and retry (new user)

Tried to "Generate the app" from the GPT Web App Generator interface and was asked to sign in to GitHub, after signing in there was an error "An unknown error occurred while trying to log in with the OAuth provider." And I couldn't retry the process even after 2 hours as it kept redirecting me to the same error page. I am unsure if there was an error with my login, or is it an issue with the OAuth provider, please help 🙏 ....
No description

overwrite entire dockerfile

Pretty much the challenge I'm having is being able to replace the NODE_ENV during build time. I see that production is hardcoded into the default wasp dockerfile. Appending a new dockerfile at the end does not help me much I don't think....

Redirect to user to same page after login

I would like to redirect users to same page they are on, after logging in. How is this possible?

Web socket for streaming

Create an example of web socket for streaming