Ricardo Batista
Ricardo Batista
WWasp
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?
Sorry for the delay. You mean a guide to migrate? It’s actually not difficult, just choose an Astro template and reconfigure it.
29 replies
WWasp
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 💪🏻
29 replies
WWasp
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!
29 replies
WWasp
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 💪🏻
29 replies
WWasp
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?
29 replies
WWasp
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
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
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
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
Created by Ricardo Batista on 5/21/2024 in #🙋questions
Installing Reflio affiliate manager
Thanks for the quick reply!
32 replies
WWasp
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
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
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
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
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
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
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
Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
Spot on!
31 replies
WWasp
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
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