Harish
Harish
WWasp-lang
Created by Harish on 8/23/2024 in #🙋questions
Issue with @default([]) in schema.prisma during migration from Wasp 13 to 14
Thanks @miho for the quick response and the fix 👍 . I would rather wait for the 0.14.1 release 😁 .
9 replies
WWasp-lang
Created by Harish on 7/2/2024 in #🙋questions
Dependabot Vulnerability Alerts for Internal Dependencies
Sure, Thanks
19 replies
WWasp-lang
Created by Harish on 7/2/2024 in #🙋questions
Dependabot Vulnerability Alerts for Internal Dependencies
Yup, I could have updated the package.json directly but was not sure if the latest version of @google-analytics/data is supported by wasp. I could see a few packages including @google-analytics/data for which the versions are fixed in the package.json file in the open-saas-template. Anyways, I will wait for the next release 🙂
19 replies
WWasp-lang
Created by Harish on 7/2/2024 in #🙋questions
Dependabot Vulnerability Alerts for Internal Dependencies
I have also got an security alert for @grpc/grpc-js package which is used by "@google-analytics/data": "4.1.0". So "@google-analytics/data": "4.1.0" also needs an upgrade. https://github.com/wasp-lang/open-saas/blob/main/template/app/package.json#L7
19 replies
WWasp-lang
Created by Harish on 7/2/2024 in #🙋questions
Dependabot Vulnerability Alerts for Internal Dependencies
Thanks
19 replies
WWasp-lang
Created by Harish on 7/2/2024 in #🙋questions
Dependabot Vulnerability Alerts for Internal Dependencies
Yup, we are not using the blog. The below are the packages that needs an upgrade:
ws
express
follow-redirects
axios
undici
ws
express
follow-redirects
axios
undici
19 replies
WWasp-lang
Created by Harish on 6/21/2024 in #🙋questions
Setting Fly.io machine configuration using wasp CLI deploy commands
@martinsos : Thanks for the suggestion. Worked like charm. And apologies for the late reply.
6 replies
WWasp-lang
Created by Harish on 4/5/2024 in #🙋questions
How to Pass Additional Parameters in SSO Login
Thanks a lot for the code reference 👍
23 replies
WWasp-lang
Created by Harish on 4/5/2024 in #🙋questions
How to Pass Additional Parameters in SSO Login
Hi @miho : Yup, I was also thinking about options like this as an alternative. Let me try it and get back to you incase i have any further questions. Thanks for your timely reply 🙂
23 replies
WWasp-lang
Created by Harish on 4/5/2024 in #🙋questions
How to Pass Additional Parameters in SSO Login
Hi @martinsos: Thank you for your response and for pointing me to the additionalFields property of SignupForm in Wasp. From what I've gathered in the documentation, it seems that we can only add additional fields in Email or Username & Password authentication methods (please correct me if I'm mistaken). However, since we use only Google Single Sign-On (SSO) as auth method, I am wondering if there is a way to achieve the same functionality of adding additional fields specifically within the Google Authentication flow. I noticed a section in the documentation about overriding and using data from Google (https://wasp-lang.dev/docs/auth/social-auth/google#overrides), but I'm not sure if this extends to adding extra fields.
23 replies
WWasp-lang
Created by Harish on 2/20/2024 in #🙋questions
Setting Environment-specific Values in main.wasp File
Thanks @Vinny (@Wasp) and @martinsos. Will try the workaround and let you guys know how it goes.
6 replies
WWasp-lang
Created by Harish on 2/14/2024 in #🙋questions
Preserving Query Parameters in Google Social Auth Redirects
Thanks 🙂
8 replies
WWasp-lang
Created by Harish on 2/14/2024 in #🙋questions
Preserving Query Parameters in Google Social Auth Redirects
Hi @miho : Thank you for your suggestion. However, there's a challenge with implementing it. When users land on the chat page (without an active login session) with query parameters (e.g., "https://my-application/chat?message=hello"), they're immediately redirected to "https://my-application/login", resulting in the loss of query parameters before we can save them to localStorage. I tried to save the query params before the redirection to /login route but it didn't work out. Do you have any alternative suggestions for preserving query parameters during the redirect process? Is there any other workaround I could use until this issue is fixed?
8 replies
WWasp-lang
Created by Harish on 2/6/2024 in #🙋questions
Getting Wasp Compilation Error since Yesterday
Sure, Thanks a lot for your quick response 🙂
23 replies
WWasp-lang
Created by Harish on 2/6/2024 in #🙋questions
Getting Wasp Compilation Error since Yesterday
@martinsos : The fix is working. Thanks a lot 🙂
23 replies
WWasp-lang
Created by Harish on 2/6/2024 in #🙋questions
Getting Wasp Compilation Error since Yesterday
Sure, please give me a few mins
23 replies
WWasp-lang
Created by Harish on 2/6/2024 in #🙋questions
Getting Wasp Compilation Error since Yesterday
Sure, thanks
23 replies
WWasp-lang
Created by Harish on 2/6/2024 in #🙋questions
Getting Wasp Compilation Error since Yesterday
@martinsos : I gave the workaround a quick try. It did printed the patch file path as expected and i removed it: /home/runner/.local/share/wasp-lang/0.11.8/data/Generator/templates/server/patches/oauth+0.9.15.patch But the next command cd app && wasp test client run --silent gave the following error and the CI fails. wasp-bin: /home/runner/.local/share/wasp-lang/0.11.8/data/Generator/templates/server/patches/oauth+0.9.15.patch: openBinaryFile: does not exist (No such file or directory) :bee: --- Starting compilation and setup phase. Hold tight... ------------------------ :bee: --- Compiling wasp project... -------------------------------------------------- So was wondering if I we need to additional step.
23 replies
WWasp-lang
Created by Harish on 2/6/2024 in #🙋questions
Getting Wasp Compilation Error since Yesterday
@martinsos : Were you able to make the CI pass with the workaround?
23 replies
WWasp-lang
Created by Harish on 2/6/2024 in #🙋questions
Getting Wasp Compilation Error since Yesterday
@martinsos : Thanks for the workaround. Will give it a try later today and get back to you.
23 replies