vance_solar
WWasp
•Created by vance_solar on 2/22/2025 in #🙋questions
Custom Aliases don't work after migrating from 0.15 to 0.16
Thanks for the update @sodic - any ETA on when you think this will be supported?
To add another data point, not having custom aliases is also preventing me from using shared components/types from outside the app folder. For some extra context, I needed SSR for a portion of my project so decided to include a NextJS app inside my Wasp repo. I needed access to some of the common types defined in my Wasp project so I moved them to a shared folder at the same level as “app”.
My Next app is able to access this code with custom aliases but my Wasp app cannot, so for now I’m duplicating the common code in two places which is less than ideal.
22 replies
WWasp
•Created by vance_solar on 2/22/2025 in #🙋questions
Custom Aliases don't work after migrating from 0.15 to 0.16
Thanks @Vinny (@Wasp) , hoping to get their input
22 replies
WWasp
•Created by vance_solar on 2/22/2025 in #🙋questions
Custom Aliases don't work after migrating from 0.15 to 0.16
I tried creating a brand new wasp v0.16 saas project and still get the above error
22 replies
WWasp
•Created by vance_solar on 2/22/2025 in #🙋questions
Custom Aliases don't work after migrating from 0.15 to 0.16
I think I need human help
22 replies
WWasp
•Created by vance_solar on 2/2/2025 in #🙋questions
Is it possible to inject custom data into the context object with middleware?
@kapa.ai how can I reference/import a type that was declared outside the app folder?
31 replies
WWasp
•Created by vance_solar on 2/2/2025 in #🙋questions
Is it possible to inject custom data into the context object with middleware?
@kapa.ai is it possible to share types that were defined in my app folder with the e2e-tests folder?
31 replies
WWasp
•Created by vance_solar on 2/2/2025 in #🙋questions
Is it possible to inject custom data into the context object with middleware?
@kapa.ai how do I get the connection string for the default postgres instance created with a new wasp project?
31 replies
WWasp
•Created by vance_solar on 2/2/2025 in #🙋questions
Is it possible to inject custom data into the context object with middleware?
@kapa.ai how do I customize the signup flow to create a new Organization and tie it to the user when the user signs up?
31 replies
WWasp
•Created by vance_solar on 2/2/2025 in #🙋questions
Is it possible to inject custom data into the context object with middleware?
@kapa.ai So if I add an Organization entity that contains one or more Users, how do I get the associated Organization for the User in the userAuth hook?
31 replies
WWasp
•Created by vance_solar on 2/2/2025 in #🙋questions
Is it possible to inject custom data into the context object with middleware?
So if I add an Organization entity that contains one or more Users, how do I get the associated Organization for the User in the userAuth hook?
31 replies
WWasp
•Created by vance_solar on 1/2/2025 in #🙋questions
How do I access full request object (headers, ip address, user agent) in backend functions?
Yup, I figured. Thanks for following up!
7 replies