martinsos
martinsos
WWasp-lang
Created by DavidFeng on 10/17/2024 in #đŸ™‹questions
Google Auth Redirection Not Working (Netlify & AWS)
@DavidFeng this likely comes down to not setting correctly the env vars on the server (on your EC2 instance), or not configuring something correctly in your Google app. Most likely the former!
5 replies
WWasp-lang
Created by lazi on 10/17/2024 in #đŸ™‹questions
How can I make my navbar dissapear on a specific page?
Awesome! Once you get it working, pls let me know what exactl was the problem and how you fixed it!
21 replies
WWasp-lang
Created by wardbox on 10/17/2024 in #đŸ™‹questions
Migrating from v0.14 to v0.15, entities not found
Seems like doing migrating from 0.14 to 0.15, old package-lock.json causes this issue. It is the same one I had during our testing of RC. @sodic any ideas?
18 replies
WWasp-lang
Created by wardbox on 10/17/2024 in #đŸ™‹questions
Migrating from v0.14 to v0.15, entities not found
Awesome! Ah damn I should ahve asked you to send us over package-lock.json first so we can get an idea what is causing this error :D.
18 replies
WWasp-lang
Created by lazi on 10/17/2024 in #đŸ™‹questions
How can I make my navbar dissapear on a specific page?
In taht case it should work fine, since we provide netlify.toml with the needed redirects in the config file, chekc this issue https://github.com/wasp-lang/wasp/issues/1999 . MIght be that it doesn't work for you despite that? Or maybe you haven't copied the netlify.toml file taht we provide?
21 replies
WWasp-lang
Created by wardbox on 10/17/2024 in #đŸ™‹questions
Migrating from v0.14 to v0.15, entities not found
@wardbox ok so something went bonkers with Prisma. I had a similar issue while testing the latest 0.15 before we released it, but it happened only once and I couldn't replicate it again! So I thought it was something caused by me while developing. This might be the same thing, or not. @sodic do you have any idea how we can approach this? @wardbox , can you try deleting your package-lock.json, then doing wasp clean again, and then see if that helps? Also, can you check if there is by accident not maybe a node_modules/ dir somewhere in the parent directories of your project? For example if your Wasp project is in /home/wardbox/projects/coolProject, maybe there is node_modules in /home/wardbox ? Also, please share even more CLI output if you can with us, there might be sometihng else potentialy failing hm. Btw are you using Wasp TS config (main.wasp.ts ) or are you still on main.wasp?
18 replies
WWasp-lang
Created by prof_mark on 8/23/2024 in #đŸ™‹questions
Payload too large
We area lso using node 20! Hm weird that it works for Miho and not for you. Can you maybe check, in package-lock.json, what is the version of express.js that your app is using? Finally, is tehre any chance you could share the project with us? Maybe you could makea bare-bones project that has just that tricky part and then put it in public repo on github and share with us?
27 replies
WWasp-lang
Created by samim on 9/24/2024 in #đŸ™‹questions
Trouble deploying opensaas on fly.io, get a site not found after using authentication
38 replies
WWasp-lang
Created by samim on 9/24/2024 in #đŸ™‹questions
Trouble deploying opensaas on fly.io, get a site not found after using authentication
Yes!
38 replies
WWasp-lang
Created by ArDev on 10/16/2024 in #đŸ™‹questions
Other places to deploy server
You can't dpeloy server to Netlfiy because Netlify is static hosting and Wasp Server needs "normal" hosting, in the sense that it can host a proper server
21 replies
WWasp-lang
Created by ArDev on 10/16/2024 in #đŸ™‹questions
Other places to deploy server
Hm I don't htink we have Render instructions, do we?
21 replies
WWasp-lang
Created by lazi on 10/17/2024 in #đŸ™‹questions
How can I make my navbar dissapear on a specific page?
Yup, since it is SPA, you need to have the routing for the client configured correctly on wherever you are hosting the client. Where are you hosting the client? Check this otu: https://github.com/wasp-lang/wasp/issues/1982
21 replies
WWasp-lang
Created by neogeofun on 10/14/2024 in #đŸ™‹questions
Thank You and Some Deployment Questions For All
@miho is our expert for stuff like this but he is out this week, will probalby be able to respond on Monday. There are a couple convos here in #đŸ™‹questions thougha bout setting up nginx for Wasp so maybe one of those can offer useful information.
20 replies
WWasp-lang
Created by Adam on 10/17/2024 in #đŸ™‹questions
Regarding ask-the-documents WSL2 solution to compile
Hey Adam, you took the ask-the-documents example app and are trying ot build it? It says pg extension vector is not available, you will have to ensure that the pg database you are using has that extension installed.
7 replies
WWasp-lang
Created by CamBlackwood on 10/17/2024 in #đŸ™‹questions
Best setup for cascading?
Yup this sounds good to me also!
6 replies
WWasp-lang
Created by p4j4r5 on 10/16/2024 in #đŸ™‹questions
How to build the just web-app
You want be able to do it that way. Yo can however do wasp buidl, take its result for the web-app (client), and push that to a git branch that Cloudflare Pages will then pick up.
7 replies
WWasp-lang
Created by cmilazzo on 10/16/2024 in #đŸ™‹questions
Google auth configFn and userSignupFields
I see now in the docs however that it is not clear these have to be server functions, so I opened this issue: https://github.com/wasp-lang/wasp/issues/2342
8 replies
WWasp-lang
Created by cmilazzo on 10/16/2024 in #đŸ™‹questions
Google auth configFn and userSignupFields
You defined those fields in .jsx files -> in client code. That is not right, they should instead be define as a server code! You can create @src/auth/google.js file and define them there.
8 replies
WWasp-lang
Created by cmilazzo on 10/16/2024 in #đŸ™‹questions
add stripe
No super easy way! Might be easiest to use open-saas as starting poitn and then carry over stuff from Mage that you liked.
5 replies
WWasp-lang
Created by Kynetix on 10/16/2024 in #đŸ™‹questions
process is not defined
All right good to hear! But since there are Wasp operations, yo uwill want to check Wasp's docs on Operartions (Queries and Actions). Queries you call via react-query, and actions direclty. All are imported with special "wasp" imports.
14 replies