Dimitrios Mastrogiannis
Dimitrios Mastrogiannis
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/15/2024 in #đŸ™‹questions
file download from s3
Perfect! thanks so much
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/15/2024 in #đŸ™‹questions
file download from s3
what if i want the users to be able to download files even days later?would a new url be created then?
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/15/2024 in #đŸ™‹questions
file download from s3
Thanks a lot! I appreciate it, i found out about wasp a month ago, and I am doing things i never expected
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/15/2024 in #đŸ™‹questions
file download from s3
Gotcha! i will try and use this logic then
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/15/2024 in #đŸ™‹questions
file download from s3
my case study is that i am building a platform where people are able to upload their projects together with files, and then those files should be accesible by other users
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
Perfect!
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
it got fixed
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
when i added ? next to String
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
I had entity User {=psl id Int @id @default(autoincrement()) username String @unique password String submissions Submission[] address String psl=}
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
Running everything according to the docs, yields me this error:Server] src/auth/providers/local/signup.ts(10,20): error TS2345: Argument of type '{ username: any; password: any; }' is not assignable to parameter of type 'UserCreateInput'. [Server] Property 'address' is missing in type '{ username: any; password: any; }' but required in type 'UserCreateInput'. [Server] [nodemon] app crashed - waiting for file changes before starting...
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
Thanks a lot for the help, I really appreciate it!
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
or modify the file under .wasp/out/server/src/auth/providers/local?
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
should i create a file under src/server
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
No description
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/7/2024 in #đŸ™‹questions
(Resolved)Modification of Signup form
Thanks a lot,issue is resolved!
24 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/2/2024 in #đŸ™‹questions
How does file upload work?
Thanks a lot!
9 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/2/2024 in #đŸ™‹questions
How does file upload work?
what's the code that is needed for me to have file upload and how can i integrate to wasp?
9 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/1/2024 in #đŸ™‹questions
How do i allow upload of pdf files?
entity Submission {=psl id Int @id @default(autoincrement()) details String fundingNeeded Int pdfFile String picture String user User @relation(fields: [userId], references: [id]) userId Int psl=}
5 replies
WWasp-lang
Created by Dimitrios Mastrogiannis on 2/1/2024 in #đŸ™‹questions
How do i allow upload of pdf files?
i used mage web app generator. here is the relevant code in main.wasp
5 replies