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?
Starlight is cool for documentation, not pretty for blog.
26 replies
WWasp-lang
•Created by Ricardo Batista on 9/27/2024 in #🙋questions
Extremely slow loading on mobile
I am getting extremely low Performance scores on mobile for every page, see the Lighthouse report here. It happens across all pages, this one in particular is mostly text. OpenSaaS.sh also has a super low Performance score on mobile...
10 replies
WWasp-lang
•Created by Ricardo Batista on 8/18/2024 in #🙋questions
How do I install a Google Analytics signup event upon signup?
I am trying to put a Google Analytics signup event behind the authentication moment, has anyone done this before?
5 replies
WWasp-lang
•Created by Ricardo Batista on 7/18/2024 in #🙋questions
Undefined identifier: User
31 replies
WWasp-lang
•Created by Ricardo Batista on 6/21/2024 in #🙋questions
Error calculating daily stats
I have commented out the use of Plausible to get the analytics:
However, I am getting an error every time the Daily Stats is calculated:
51 replies
WWasp-lang
•Created by Ricardo Batista on 5/21/2024 in #🙋questions
Installing Reflio affiliate manager
I am trying to install Reflio to handle my affiliate deals. In their walkthrough, in step 6 they ask to install the following JS when a user signs up:
I am a bit lost in where to place this, since the sign up is a bit abstracted with the Google OAuth.
32 replies
WWasp-lang
•Created by Ricardo Batista on 5/12/2024 in #🙋questions
Threat of clickjacking
Being a total noob into website security, I received the following email:
Is the login page vulnerable to this?
6 replies
WWasp-lang
•Created by Ricardo Batista on 4/30/2024 in #🙋questions
Disable email login
If I only want Google signup, is there a way to remove the email login? I tried commenting
But it generated plenty of errors.
10 replies
WWasp-lang
•Created by Ricardo Batista on 4/29/2024 in #🙋questions
Where to see migration files?
I have messed up one migration (because I had to delete my local code), and now I don't know where to access the migration files. They are generated at build time, and stored on
.wasp
, but where are they coming from? I need to regenerate the previous files (I can access the previous migrations by the current server code).21 replies
WWasp-lang
•Created by Ricardo Batista on 4/27/2024 in #🙋questions
Getting Updates to the Open SaaS Template (not working?)
22 replies
WWasp-lang
•Created by Ricardo Batista on 4/24/2024 in #🙋questions
Starlight missing trailing slash
Starlight's sidebar doesn't include a trailing slash ("/") at the end of the URL, leading to a 301 redirect to the page. It is a minor thing, but SEO-wise it is not great. I tried to look it up online but couldn't find any solution 😦
50 replies
WWasp-lang
•Created by Ricardo Batista on 4/24/2024 in #🙋questions
Suggested cookie consent plugin?
I have been trying a few cookie consent plugins for React, but none seem to work well with Wasp (e.g., cookie-consent). As I am in EU, it needs to accept/decline the user consent. Is there any recommended package for it?
14 replies
WWasp-lang
•Created by Ricardo Batista on 4/12/2024 in #🙋questions
Is there any pre-defined package (or recommended) to create robots.txt?
I was wondering whether there is a quick way to configure robots.txt in Wasp.
12 replies
WWasp-lang
•Created by Ricardo Batista on 4/11/2024 in #🙋questions
Deploying Wasp/Open-SaaS to Netlify
37 replies