Sven
Explore posts from serversWWasp
•Created by Sven on 4/24/2025 in #đŸ™‹questions
How to not show fly.io domain on google search
Is there anyone that knows a way such that the fly.io domain is not shown in a google search? i have setup my custom domain..
10 replies
WWasp
•Created by Sven on 4/23/2025 in #đŸ™‹questions
Is there already been an update on admin dash?
I want to know if three already are some improvements on admin dash, i am behind a bit. Also i want to know where i can see page visits etc that type of data. I use google.
11 replies
WWasp
•Created by Sven on 4/21/2025 in #đŸ™‹questions
Seo optimization
Right now my site scores 64/100 on SEO. Anyone any tips on how to make my saas pop up at high places for certain keywords?
What a seo checker gave:
To address URL canonicalization issues, it is recommended to select a primary URL for your webpage and set up redirects from all other variations to the preferred one.
To ensure that Search Engines can accurately identify the topic of this webpage, it is important to include the most
——-
Are there wasp specific things that need to be filled in, in order to have a good ranking?
18 replies
WWasp
•Created by Sven on 3/29/2025 in #đŸ™‹questions
Change tab title to what page user is on
how do i change tab title to what page the user is on? for example "SaaS - Dasboard"
16 replies
WWasp
•Created by Sven on 3/27/2025 in #đŸ™‹questions
I want to test stripe payment in development env
I am using wasp opensaas, now i messed around a bit with my env vars and forgot which are productoin and which env, i want to test my payment system on the development mode. What variables and things do i need to check and change to test it?
9 replies
WWasp
•Created by Sven on 3/25/2025 in #đŸ™‹questions
Make a new price in strpie
I made a few prices for my stripe subscriptoin plans but i want to adapt them, however some of them have been used so i have to make a new price. What do i need to change in order to succesfully make a new price and use it on my saas.
25 replies
WWasp
•Created by Sven on 3/6/2025 in #đŸ™‹questions
New deploy only on www. subdomain
I did a deploy yesterday but when i go to my app on example.com it doesnt show that deploy but when i go to www.example.com it shows all new changes... How come that? I use fly
14 replies
WWasp
•Created by Sven on 1/26/2025 in #đŸ™‹questions
Server 500 response Timed out fetching a new connection from the connection pool.
2025-01-26T09:07:40.152 app[d890426c46e328] ams [info] POST /operations/get-tracked-product-stats 500 10027.476 ms - 148
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] PrismaClientKnownRequestError:
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] Invalid
prisma.salesData.findMany()
invocation:
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 3)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at Ln.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7753)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at Ln.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7061)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at Ln.request (/app/node_modules/@prisma/client/runtime/library.js:121:6745)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at async l (/app/node_modules/@prisma/client/runtime/library.js:130:9633)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at <anonymous> (/app/src/actions/.ts:70:25)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at async Promise.all (index 27)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at $2 (/app/src/actions/.ts:68:17)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at <anonymous> (/app/.wasp/build/server/src/middleware/operations.ts:14:24)
2025-01-26T09:07:40.198 app[d890426c46e328] ams [info] at <anonymous> (/app/.wasp/out/sdk/wasp/server/utils.ts:26:5)25 replies
WWasp
•Created by Sven on 12/2/2024 in #đŸ™‹questions
When switching tab i get logged uit
When switching tab on my prod site i get logged out and have to log back in again. this happens every tab switch.
12 replies
WWasp
•Created by Sven on 12/1/2024 in #đŸ™‹questions
I changed the name of my app and some domain settings
Does chaning the name of my app result in loss of database entries in development and also in production? When i changed this i got this error:
This is what i changed:
I fixed the error with
wasp db migrate-dev
but now my whole dev database is empy and i am scared this will also happen in my production.18 replies
WWasp
•Created by Sven on 12/1/2024 in #đŸ™‹questions
Change server url
Hi how could i change the server url to which the client makes requests now? I setup a custom domain and want the client to use my custom server domain instead of the .fly.dev
10 replies
WWasp
•Created by Sven on 11/28/2024 in #đŸ™‹questions
I want to add a row to another model when a user signs up besides User
How could i add another row to another model related to the User model when a user signs up succesfully. I wnat to do this whenever the row for a user is created
7 replies
WWasp
•Created by Sven on 11/28/2024 in #đŸ™‹questions
Presistent job in background
Is it a bad habbit to have a presistent job running in the background that gets some information from a third party endpoint for a user. This job would retrieve any new orders for each user and updates it in the dashboard such that it is up to date and realtime. If it is not a bad practise how would i best do this, also how can i see the impact of this on the server.
13 replies
WWasp
•Created by Sven on 11/28/2024 in #đŸ™‹questions
Help with domain and server/client url
I have the domain coolthing.nl now when i add this custom domain using fly.io what does the server and client url change to?
Right now it is:
https://coolthing-server.fly.dev
and
https://coolthing-client.fly.dev
But for my other programs and apps that interact with the server i need to know what the server url becomes when changing the domain to coolthing.com
88 replies
WWasp
•Created by Sven on 11/27/2024 in #đŸ™‹questions
How can i check size of my fly.io database size?
In fly I want to know how I can see the size of my fly.io database postgres. Like how much % of size is taken already
I know not really wasp related but i know some people understnad this well and done it before.
4 replies
WWasp
•Created by Sven on 11/22/2024 in #đŸ™‹questions
subscriptionplan and status question

14 replies
WWasp
•Created by Sven on 11/19/2024 in #đŸ™‹questions
I get error with the job geting daily stats
I get error when getting dailystats see below:
69 replies
WWasp
•Created by Sven on 11/18/2024 in #đŸ™‹questions
Upgrade memory of fly.io database
I know this maybe is not the place to ask but what is best practice for upgrading memory of fly.io database postgres? I right now have 223 mb but it somehtimes runs out of this, so maybe adding like 1gb is good? any tips on how to do this?
6 replies
WWasp
•Created by Sven on 11/14/2024 in #đŸ™‹questions
Do i need to set client env vars every deploy?
when i deploy an update to fly do i need to set the client env vars again? every deploy
15 replies