Ricardo Batista
Ricardo Batista
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #🙋questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
Sure, let’s do that @Vinny (@Wasp) ! Meeting-Reminders.com (using Wasp as well) is doing even better 💪🏻
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #🙋questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
In regards to content generation, exactly, we’re building getaiablogarticles.com. We’re doing pretty well, doubling in MRR every month!
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #🙋questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
Hey guys, sorry for the delay! First of all, it was actually super simple to pick another Astro blog and deploy it 💪🏻
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #🙋questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
@NEROX nice - did you use any blog template?
26 replies
WWasp-lang
Created by p4j4r5 on 10/16/2024 in #🙋questions
How to build the just web-app
@miho gotcha - never used GitHub Actions, so will need to investigate. The approach @p4j4r5 was following was more what I was looking for, since I can use the Cloudflare interface to set it up.
11 replies
WWasp-lang
Created by p4j4r5 on 10/16/2024 in #🙋questions
How to build the just web-app
@p4j4r5 I am looking at the same thing: would you mind sharing the CF Pages config you used to get to .wasp/build/web-app? I am going to try a few things tonight.
11 replies
WWasp-lang
Created by Ricardo Batista on 9/27/2024 in #🙋questions
Extremely slow loading on mobile
Not sure tbh. I am using OpenSaaS, but not sure if the origin is OpenSaaS or Wasp
10 replies
WWasp-lang
Created by Ricardo Batista on 9/27/2024 in #🙋questions
Extremely slow loading on mobile
Yes, I already did a few things: for videos I am using lite-youtube React package, but not much more. A lot seems to come out of the JS inside OpenSaaS.
10 replies
WWasp-lang
Created by Ricardo Batista on 5/21/2024 in #🙋questions
Installing Reflio affiliate manager
Thanks for the quick reply!
32 replies
WWasp-lang
Created by Ricardo Batista on 5/21/2024 in #🙋questions
Installing Reflio affiliate manager
hey @miho any plans for this? I have a few users already churning because I can't deploy a fix that depends on the refresh token 😦
32 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
It was stuff that was wrong already. Have a look at that code independently.
31 replies
WWasp-lang
Created by Ricardo Batista on 5/21/2024 in #🙋questions
Installing Reflio affiliate manager
Yes, so far so good with the access token 👏
32 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
Yes, I followed it - still had the errors I laid out here
31 replies
WWasp-lang
Created by Ricardo Batista on 5/21/2024 in #🙋questions
Installing Reflio affiliate manager
@miho thanks for the 0.14.0 😄 When are you planning to launch 0.14.1 (with the refresh token)?
32 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
(sorry to be pasting here these issues, but I am bit lost here)
31 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
And now getting:
[ Wasp ] server/operations/actions/index.ts(161,14): error TS2322: Type '(args: unknown, context: { user: AuthUser; }) => Promise<Payload>' is not assignable to type '(args: GenerateArticleParams, context: { user: AuthUser; }) => Promise<GenerateArticleResponse>'.
[ Wasp ] Type 'Promise<Payload>' is not assignable to type 'Promise<GenerateArticleResponse>'.
[ Wasp ] Type 'Payload' is not assignable to type 'GenerateArticleResponse'.
[ Wasp ] Type 'string' is not assignable to type 'GenerateArticleResponse'.
[ Wasp ] server/operations/actions/index.ts(161,57): error TS2344: Type '({ keywords, serviceSlug, name, userEmail, description, sitemapUrl, url, blog, internalLinkingStrength, localization, language, adherence, model, instructions, includeTocAndRelated, debug, frontmatterType, }: GenerateArticleParams) => Promise<GenerateArticleResponse>' does not satisfy the constraint 'GenericAuthenticatedOperationDefinition'.
[ Wasp ] Type 'Promise<GenerateArticleResponse>' is not assignable to type 'Payload | Promise<Payload>'.
[ Wasp ] Type 'Promise<GenerateArticleResponse>' is not assignable to type 'Symbol | Set<SuperJSONValue> | Map<SuperJSONValue, SuperJSONValue> | Promise<Payload>'.
[ Wasp ] Type 'Promise<GenerateArticleResponse>' is not assignable to type 'Promise<Payload>'.
[ Wasp ] Type 'GenerateArticleResponse' is not assignable to type 'Payload'.
[ Wasp ] Type 'GenerateArticleResponse' is not assignable to type 'SuperJSONObject'.
[ Wasp ] Index signature for type 'string' is missing in type 'GenerateArticleResponse'.
[ Wasp ] server/operations/actions/index.ts(161,14): error TS2322: Type '(args: unknown, context: { user: AuthUser; }) => Promise<Payload>' is not assignable to type '(args: GenerateArticleParams, context: { user: AuthUser; }) => Promise<GenerateArticleResponse>'.
[ Wasp ] Type 'Promise<Payload>' is not assignable to type 'Promise<GenerateArticleResponse>'.
[ Wasp ] Type 'Payload' is not assignable to type 'GenerateArticleResponse'.
[ Wasp ] Type 'string' is not assignable to type 'GenerateArticleResponse'.
[ Wasp ] server/operations/actions/index.ts(161,57): error TS2344: Type '({ keywords, serviceSlug, name, userEmail, description, sitemapUrl, url, blog, internalLinkingStrength, localization, language, adherence, model, instructions, includeTocAndRelated, debug, frontmatterType, }: GenerateArticleParams) => Promise<GenerateArticleResponse>' does not satisfy the constraint 'GenericAuthenticatedOperationDefinition'.
[ Wasp ] Type 'Promise<GenerateArticleResponse>' is not assignable to type 'Payload | Promise<Payload>'.
[ Wasp ] Type 'Promise<GenerateArticleResponse>' is not assignable to type 'Symbol | Set<SuperJSONValue> | Map<SuperJSONValue, SuperJSONValue> | Promise<Payload>'.
[ Wasp ] Type 'Promise<GenerateArticleResponse>' is not assignable to type 'Promise<Payload>'.
[ Wasp ] Type 'GenerateArticleResponse' is not assignable to type 'Payload'.
[ Wasp ] Type 'GenerateArticleResponse' is not assignable to type 'SuperJSONObject'.
[ Wasp ] Index signature for type 'string' is missing in type 'GenerateArticleResponse'.
31 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
Spot on!
31 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
Weird, now when building with wasp start I get
[ Wasp ] ext-src/client/admin/components/Header.tsx(1,15): error TS2305: Module '"wasp/auth/types"' has no exported member 'AuthUser'.
[ Wasp ] ext-src/client/admin/components/Header.tsx(1,15): error TS2305: Module '"wasp/auth/types"' has no exported member 'AuthUser'.
(cc @kapa.ai )
31 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
Damn, so simple @IamIconLiving 🌶 - sorry for not following the guide 🙏
31 replies
WWasp-lang
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
When I do wasp version I still get:
Ricardos-MacBook-Pro:app rbatista19$ wasp version
0.13.2

If you wish to install/switch to the latest version of Wasp, do:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s

If you want specific x.y.z version of Wasp, do:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v x.y.z

Check https://github.com/wasp-lang/wasp/releases for the list of valid versions, including the latest one.
Ricardos-MacBook-Pro:app rbatista19$ wasp version
0.13.2

If you wish to install/switch to the latest version of Wasp, do:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s

If you want specific x.y.z version of Wasp, do:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v x.y.z

Check https://github.com/wasp-lang/wasp/releases for the list of valid versions, including the latest one.
31 replies