Kaparopi
Kaparopi
WWasp-lang
Created by Kaparopi on 10/30/2023 in #đŸ™‹questions
Error when running new app
v18.18.2
20 replies
WWasp-lang
Created by Kaparopi on 10/30/2023 in #đŸ™‹questions
Error when running new app
yes
20 replies
WWasp-lang
Created by Kaparopi on 10/30/2023 in #đŸ™‹questions
Error when running new app
@Vinny (@Wasp) I did create a fresh app with the google keys set but I still get the error. I use wasp cli 0.11.7, on mac m1.
20 replies
WWasp-lang
Created by Kaparopi on 10/30/2023 in #đŸ™‹questions
Error when running new app
Thank you, for the moment i manually changed the return type of this method in the .wasp folder and it fixes the problem :export async function verifyToken(token: string): Promise<SigningKeyCallback> { return verify(token); }
20 replies