miho
miho
Explore posts from servers
WWasp-lang
Created by Wix on 10/15/2024 in #🙋questions
Won't show up on google
@Milica you might have some ideas about SEO 🙂 @Vinny (@Wasp) we didn't do anything special for Open Saas? https://www.google.com/search?q=open+saas&sourceid=chrome&ie=UTF-8
16 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
No description
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
Finally! 😄 Did you do anything differently or things just worked out?
95 replies
WWasp-lang
Created by Sven on 10/13/2024 in #🙋questions
Could I execute an action or multiple once per day on the server side?
You'll need to come up with your own business logic that works for you 🙂 As I said:
you keep some state in the DB to know which users you processed and when
You do this to avoid repeating expensive work.
9 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
Your certificate for toograded.com is being issued. Status is Awaiting certificates. Make sure to create another certificate for www.toograded.com when the current certificate is issued.
This is the reason why it doesn't work - for some reason Fly or Let's Encrypt is still working on issuing your certificate. Dunno why that happens 🤷‍♂️
95 replies
WWasp-lang
Created by Sergio Visinoni on 9/19/2024 in #🙋questions
Referencing entities via enums
Good idea 👍 checking if somebody used something from the server on the client.
41 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
No description
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
2️⃣ Second thing you could try is to verify the domain by adding a CNAME record (this guy had issue with that: https://community.fly.io/t/ssl-not-working-when-using-custom-domain/10776/7)
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
1️⃣ What do you get for this command: wasp deploy fly cmd --context client certs show toograded.com
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
You did everything 100% correctly as far as I can see, I'm not sure what is going on - other then maybe some local cache on your PC that remembered old IPs or something like that.
95 replies
WWasp-lang
Created by zigi | Ivo 🎱 on 10/15/2024 in #🙋questions
Is there a way to style .wasp files in JetBrains products?
We have this grammar https://github.com/wasp-lang/vscode-wasp/blob/main/syntaxes/wasp.tmLanguage.yaml It might be a useful starting point if you want to build something 🙂 We sadly only have a VS Code extension for the Wasp language. We are however working on an experimental TS based config - so everything is defined in TS vs. in our custom language: https://wasp-lang.dev/docs/general/wasp-ts-config
8 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
Let's try removing the cert and readding it: - wasp deploy fly cmd --context client certs remove mycoolapp.com - wasp deploy fly cmd --context client certs create mycoolapp.com
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
And your client app logs? 😄
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
@NEROX Do you have any errors in your server logs?
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
3️⃣ cURL says:
curl -v https://toograded.com
* Host toograded.com:443 was resolved.
* IPv6: 2a09:8280:1::4a:dfa8:0
* IPv4: 66.241.125.36
* Trying [2a09:8280:1::4a:dfa8:0]:443...
* Trying 66.241.125.36:443...
* Connected to toograded.com (2a09:8280:1::4a:dfa8:0) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to toograded.com:443
* Closing connection
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to toograded.com:443
curl -v https://toograded.com
* Host toograded.com:443 was resolved.
* IPv6: 2a09:8280:1::4a:dfa8:0
* IPv4: 66.241.125.36
* Trying [2a09:8280:1::4a:dfa8:0]:443...
* Trying 66.241.125.36:443...
* Connected to toograded.com (2a09:8280:1::4a:dfa8:0) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to toograded.com:443
* Closing connection
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to toograded.com:443
Trying 66.241.125.36:443...
This says it's not a DNS issue. No need to touch DNS anymore.
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
No description
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
No description
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #🙋questions
Failing to deploy (Assign own domain)
so nothing changes.
It seems that the IP address changes - that's what we saw in the error message above:
A Record (66.241.125.54) does not match app's IP (66.241.125.36) AAAA Record (2a09:8280:1::4a:de87:0) does not match app's IP (2a09:8280:1::4a:dfa8:0)
But since more than 12 hours ago I have the same ip and the same certificate and DNS records and still the same.
Ok, this is a good start! I'm super confused with why it doesn't work. I did the steps you did many times and it usually it was enough. In these kind of weird situations, it's usually small details that go wrong - that's why we are checking everything.
95 replies
WWasp-lang
Created by prof_mark on 8/23/2024 in #🙋questions
Payload too large
No description
27 replies
WWasp-lang
Created by neogeofun on 10/14/2024 in #🙋questions
Thank You and Some Deployment Questions For All
@Adam cntd
https://uptimerobot.com/ is a good tool to monitor uptime
We use it, works great.
env.server is NOT propogated to fly, all secrets including sendgrid and so must be manually set to the fly server.
Yes, we have a section about how env vars work here: https://wasp-lang.dev/docs/project/env-vars
there is a good Github action, but one could also call wasp deploy fly deploy
Yep, deploying with the Wasp CLI directly is a common thing to do 🙂
20 replies