entjustdoit
WWasp-lang
•Created by entjustdoit on 6/8/2023 in #🙋questions
react dependency
Just gave it a go and it seems to be working pretty well 🙏 Thank you so much!
16 replies
WWasp-lang
•Created by entjustdoit on 6/8/2023 in #🙋questions
react dependency
No rush on launching. I think as a contingency I’ll have to build the slimmed down UI anyway.
0.10.6 for this (and amicus too)
16 replies
WWasp-lang
•Created by entjustdoit on 6/8/2023 in #🙋questions
react dependency
Didn’t find an older version that was compatible. Onboarding an initial cohort of users within the next few days so probably too long to wait, but knowing that it’s 14 days away will probably build a much more slimmed down video conferencing UI until then (ie just video views, and a microphone and leave call button).
16 replies
WWasp-lang
•Created by entjustdoit on 6/8/2023 in #🙋questions
react dependency
Update: had the same idea about forcing the flag globally and turns out it just didn’t work with peer deps - oh well.
It’s livekit - adding video conferencing to the second app I am building. I will probably still use their api will just have to do a custom front end which is way more work than their default
16 replies
WWasp-lang
•Created by entjustdoit on 6/8/2023 in #🙋questions
react dependency
Don’t see how I could use —legacy-peer-deps since wasp handles the npm install
16 replies
WWasp-lang
•Created by entjustdoit on 1/12/2023 in #🙋questions
File Uploading
We now need to create two queries for getting the upload and download signed URLs.
19 replies
WWasp-lang
•Created by entjustdoit on 1/12/2023 in #🙋questions
File Uploading
Sure! First, go to S3 and setup a bucket and IAM user, then add these entries to your .env.server file.
then add the aws sdk to your list of dependencies
In your front end, setup the functions for downloading and uploading files.
19 replies
WWasp-lang
•Created by entjustdoit on 1/12/2023 in #🙋questions
File Uploading
@Vinny (@Wasp) @martinsos Pre signed URLs for S3, just made everything more restricted in the permissions panel (eg source on CORS)
19 replies
WWasp-lang
•Created by entjustdoit on 1/12/2023 in #🙋questions
File Uploading
Implemented and deployed 🚀 thanks for the help!
The security thing was in reference to all the tutorials I was finding and less a comment on the method itself. They kept using fully public buckets for simplifying the tutorials which is what initially turned me off the approach.
19 replies
WWasp-lang
•Created by entjustdoit on 1/12/2023 in #🙋questions
File Uploading
❤️❤️ thank you for the thorough response! Yeah uploading to S3. I initially looked into the option of using signed uploads and skipping my server altogether as mentioned, but all the tutorials I saw kept having security disclaimers which made me nervous.
I primarily wanted to make sure I wasn’t missing anything, and thought since it wasn’t asked before on here would be a good thing to clarify. I’ll dig into those links in the morning, thanks again!
19 replies