IamIconLiving
IamIconLiving
Explore posts from servers
WWasp-lang
Created by ArDev on 8/17/2024 in #🙋questions
CORS Issues
However, there have been some reports in the community about issues with hot reloading, particularly with UI file changes causing full app reloads. The Wasp team is aware of this and is actively working on a fix.
is this still the case though? this was fixed if my memory doesn't fail me kapa indexes discord threads? 😮
188 replies
WWasp-lang
Created by matijash on 8/7/2024 in #🙋questions
Migrating Wasp / OpenSaaS app from 0.11.8 to the latest version
10 replies
WWasp-lang
Created by Conspyre on 8/3/2024 in #🙋questions
Routing issues with signup/login
You used template and you get 404 out of the box, without changing anything? Can you say which template you used exactly? For the 404 itself, you can check this article here to see how to fix it https://wasp-lang.dev/docs/tutorial/auth
9 replies
WWasp-lang
Created by WulfCoDev on 8/2/2024 in #🙋questions
Enabling Auth Required Isnt Routing to /login
can you show your main.wasp and your login component that is being used in /login route?
16 replies
WWasp-lang
Created by WulfCoDev on 8/2/2024 in #🙋questions
Enabling Auth Required Isnt Routing to /login
looks like wasp fails to find the UI to render on the /login route
16 replies
WWasp-lang
Created by WulfCoDev on 8/2/2024 in #🙋questions
Enabling Auth Required Isnt Routing to /login
hey, do you have the login page created? like it says here
16 replies
WWasp-lang
Created by ReStart on 7/29/2024 in #🙋questions
Do I need to do something for the hot reload to work?
You having hot reload issues with saas template or with any wasp apps?
11 replies
WWasp-lang
Created by Rômullo on 7/30/2024 in #🙋questions
how to Re-hydrate query data ?
"blinks" - as in the data is being loaded? you need to handle your loading state probably, while the data is being loaded?
9 replies
WWasp-lang
Created by Rômullo on 7/26/2024 in #🙋questions
Proper VSCode Intelisense
very juicy vscode theme tho 🙂
9 replies
WWasp-lang
Created by 7Nic on 7/24/2024 in #🙋questions
Network error on Sign up after deploy on Fly.io
Very nice explanation
21 replies
WWasp-lang
Created by 7Nic on 7/24/2024 in #🙋questions
Network error on Sign up after deploy on Fly.io
You should be teaching
21 replies
WWasp-lang
Created by josh on 7/23/2024 in #🙋questions
Scalability Questions
You will get some answers from wasp team tomorrow I imagine, but from my POV - you get the same “limitations” as from a regular express node backend. Wasp isn’t a magical thing, it produces a nodejs server as an output, that can be deployed anywhere. Take a look at what wasp produces as a build output + you should always run your own benchmarks and tests to verify how the server handles the load
9 replies
WWasp-lang
Created by skyblade2954 on 7/19/2024 in #🙋questions
Sendgrid Error
Yes of course 🙂 I was just joking, I think dudes at CrowdStrike would appreciate the joke
30 replies
WWasp-lang
Created by skyblade2954 on 7/19/2024 in #🙋questions
Undefined email parameters
Ofc, wasp team always accepts feedback with arms open ! Their arms are even “opener” for feedback with PRs 🙂
30 replies
WWasp-lang
Created by Sava on 7/21/2024 in #🙋questions
When i try to install opensaas and when i try to wasp db migrate-dev i get this
for sure, I get that but I think you are in the business of building templates - something that should be built once and last forever, until you say "yeah this lib can do this now, let's update the template" or break it intentionally otherwise this results in your templates being exposed to things like this and therefore not reliable, you never know if your template will work or not 😄 it won't be the last time somebody doesn't respect the semver, me and you we know this 😄
66 replies
WWasp-lang
Created by Sava on 7/21/2024 in #🙋questions
When i try to install opensaas and when i try to wasp db migrate-dev i get this
it shouldn't happen if you lock by installing the exact version
npm install apexcharts -E
npm install apexcharts -E
66 replies
WWasp-lang
Created by Sava on 7/21/2024 in #🙋questions
When i try to install opensaas and when i try to wasp db migrate-dev i get this
Should probably lock deps versions to exact ones in templates to avoid these surprises
66 replies
WWasp-lang
Created by Sava on 7/21/2024 in #🙋questions
When i try to install opensaas and when i try to wasp db migrate-dev i get this
Ah yes lol I missed it entirely… 😅
66 replies
WWasp-lang
Created by Sava on 7/21/2024 in #🙋questions
When i try to install opensaas and when i try to wasp db migrate-dev i get this
Ah ok but you got an error somewhere? Wasp logs?
66 replies