cmilazzo
WWasp
•Created by cmilazzo on 4/4/2025 in #🙋questions
call api from action
Thank you. That helped.
11 replies
WWasp
•Created by cmilazzo on 4/4/2025 in #🙋questions
call api from action
@kapa.ai can this be done with an internal api without making use of http?
11 replies
WWasp
•Created by cmilazzo on 4/4/2025 in #🙋questions
call api from action
can this be done with an internal api without making use of http?
11 replies
WWasp
•Created by cmilazzo on 4/4/2025 in #🙋questions
issue with entity id
Thank you @kapa.ai , that resolved the issue.
8 replies
WWasp
•Created by cmilazzo on 3/27/2025 in #🙋questions
script in head
@Vinny (@Wasp) Yep! :).
11 replies
WWasp
•Created by cmilazzo on 3/27/2025 in #🙋questions
script in head
Thanks @kapa.ai . Your solution was almost right, but it included some extra ">" at the end of the script lines.
11 replies
WWasp
•Created by cmilazzo on 3/21/2025 in #🙋questions
Error: Blocked request. This host is not allowed.
Thank you.
10 replies
WWasp
•Created by cmilazzo on 3/21/2025 in #🙋questions
Error: Blocked request. This host is not allowed.
@kapa.ai Thank you. Where should the vite.config.ts be created?
10 replies
WWasp
•Created by cmilazzo on 12/4/2024 in #🙋questions
redirect after login
@kapa.ai Redirect has been replaced with Navigate in modern react-router-dom versions.
11 replies
WWasp
•Created by cmilazzo on 12/4/2024 in #🙋questions
redirect after login
This almost works.
11 replies
WWasp
•Created by cmilazzo on 11/18/2024 in #🙋questions
update wasp after usemage.ai creation
Thanks Nerox. I found that as well. 🙂
18 replies
WWasp
•Created by cmilazzo on 11/18/2024 in #🙋questions
update wasp after usemage.ai creation
@kapa.ai I've updated wasp in my environment, but now the application complains about "- Your Wasp version does not match the app's requirements.
You are running Wasp 0.15.1.
This app requires Wasp ^0.14.2." How do I change my app dependency to wasp 0.15.1?
18 replies
WWasp
•Created by cmilazzo on 11/18/2024 in #🙋questions
update wasp after usemage.ai creation
@kapa.ai can you double-check the curl command above? I get a syntax error near unexpected token '|' when running it
18 replies
WWasp
•Created by cmilazzo on 11/18/2024 in #🙋questions
update wasp after usemage.ai creation
@kapa.ai thank you. Is there a way to tell which version of wasp I am currently using?
18 replies
WWasp
•Created by cmilazzo on 11/17/2024 in #🙋questions
react-router-dom version
👍 Thanks Miho!
8 replies
WWasp
•Created by cmilazzo on 10/15/2024 in #🙋questions
google auth
I figured out the issue. I had: userSignupFields: import { getGoogleUserFields } from "@src/auth/userSignupFields",
configFn: import { getGoogleAuthConfig } from "@src/auth/userSignupFields", in my google authenticate spec in main.wasp.
31 replies
WWasp
•Created by cmilazzo on 10/15/2024 in #🙋questions
google auth
@kapa.ai Aren't the src/auth/... files automatically generated by wasp? If so, why would they be missing?
31 replies
WWasp
•Created by cmilazzo on 10/15/2024 in #🙋questions
google auth
@kapa.ai I added the environment variables, and am now seeing this error: "[ Server!] [!] RollupError: Could not resolve "../../../../../../../src/auth/userSignupFields" from "src/auth/providers/config/google.ts"
[ Server!] src/auth/providers/config/google.ts
[ Server!] at getRollupError (/Users/cmilazzo/Code Projects/Hatchery/.wasp/out/server/node_modules/rollup/dist/shared/parseAst.js:285:41)
[ Server!] at Object.error (/Users/cmilazzo/Code Projects/Hatchery/.wasp/out/server/node_modules/rollup/dist/shared/parseAst.js:281:42)
[ Server!] at ModuleLoader.handleInvalidResolvedId (/Users/cmilazzo/Code Projects/Hatchery/.wasp/out/server/node_modules/rollup/dist/shared/rollup.js:21167:36)
[ Server!] at /Users/cmilazzo/Code Projects/Hatchery/.wasp/out/server/node_modules/rollup/dist/shared/rollup.js:21127:26
[ Server!]
[ Server!]
[ Server ] [nodemon] app crashed - waiting for file changes before starting..."
31 replies