Juan
WWasp-lang
•Created by Juan on 11/14/2024 in #đŸ™‹questions
Windows development
Thanks. This should be enough for me to read through
6 replies
WWasp-lang
•Created by caqlarreizz on 10/8/2024 in #đŸ™‹questions
How to deploy existing wasp app to Electron for desktop application ?
Take a look at Capacitor by Ionic. It may be possible to create a cross platform app from the build folder of your wasp app. You can ask ChatGPT to help you out. The reason I looked into this is because when I use the mobile version of my app my phone auto locks (this is a general issue with using a web browser in general on mobile) and cant have it doing that so I want to convert my existing app to a native app so I can prevent the auto lock. I don't know what issues I might run into, but Capacitor seems promising since it's taking the static client output of the wasp app, in theory at least.
9 replies
WWasp-lang
•Created by Juan on 9/28/2024 in #đŸ™‹questions
Caching audio files on client
@kapa.ai Can you show an example of how and where to update the headers in an Opensaas app?
8 replies
WWasp-lang
•Created by Juan on 9/18/2024 in #đŸ™‹questions
Using Typescript on a Basic wasp project.
It works now. I think VSCode was being wonky in picking up my changes after I replaced the MainPage jsx with a tsx file.
5 replies
WWasp-lang
•Created by Juan on 8/31/2024 in #đŸ™‹questions
Accessing OpenSaas site from other devices when running locally
Thanks @kapa.ai I'll give creating a custom Middleware config a try.
17 replies
WWasp-lang
•Created by Juan on 8/31/2024 in #đŸ™‹questions
Accessing OpenSaas site from other devices when running locally
@kapa.ai looks like this is a cors error. Looks like localhost:3001/auth/me is refusing connection. How to disable cors locally?
17 replies
WWasp-lang
•Created by Juan on 8/31/2024 in #đŸ™‹questions
Accessing OpenSaas site from other devices when running locally
@kapa.ai My host machine is running Debian 12.
17 replies
WWasp-lang
•Created by Juan on 8/28/2024 in #đŸ™‹questions
How to integrate ShadCN components in Opensaas correctly?
@sodic This worked.
@miho thanks for writing the gist up
7 replies
WWasp-lang
•Created by Juan on 8/28/2024 in #đŸ™‹questions
How to integrate ShadCN components in Opensaas correctly?
Haven't had a chance but I'll let y'all know once I try it out. Thanks
7 replies
WWasp-lang
•Created by Juan on 8/26/2024 in #đŸ™‹questions
wasp start
Not really. The bot just confirmed what I suspected. It's not bad managing a development .env file and renaming it properly when needed. Just wanted to see if there was a built in way already.
10 replies
WWasp-lang
•Created by Juan on 8/26/2024 in #đŸ™‹questions
wasp start
Thanks Kapa. That's all I needed.
10 replies
WWasp-lang
•Created by Kelly Ellie on 8/15/2024 in #đŸ™‹questions
Has anyone run into the following starting the runtime academy docker image?
Correct. Can't run docker inside docker unless you use the DnD image, but that would be a whole different complex set up that I haven't explored yet. Instead we can use a local installation of Postgresql and use DATABASE_URL to point to it.
17 replies
WWasp-lang
•Created by Kelly Ellie on 8/15/2024 in #đŸ™‹questions
Has anyone run into the following starting the runtime academy docker image?
No prob. I'm still working on more videos. Upcoming one is how to create a volume to store your wasp app in persistent data. So right now if the container is restarted, it will erase everything and reset your data. Just a heads up đŸ™‚
17 replies
WWasp-lang
•Created by Kelly Ellie on 8/15/2024 in #đŸ™‹questions
Has anyone run into the following starting the runtime academy docker image?
17 replies
WWasp-lang
•Created by Kelly Ellie on 8/15/2024 in #đŸ™‹questions
Has anyone run into the following starting the runtime academy docker image?
@Kelly Ellie please send me a message and I can help you.
17 replies
WWasp-lang
•Created by Juan on 8/13/2024 in #đŸ™‹questions
Getting 'Not Found' error after clicking email verification link.
I noticed the pricing routing works from the accounts page 'upgrade link', but not the header. Everything is out the box from the latest Wasp version. I'm wondering if my node and npm version may be the issue.
12 replies
WWasp-lang
•Created by Juan on 8/13/2024 in #đŸ™‹questions
Getting 'Not Found' error after clicking email verification link.
12 replies
WWasp-lang
•Created by Juan on 8/13/2024 in #đŸ™‹questions
Getting 'Not Found' error after clicking email verification link.
SendGrid, but emails seem to be working.
12 replies
WWasp-lang
•Created by Juan on 8/13/2024 in #đŸ™‹questions
Getting 'Not Found' error after clicking email verification link.
I have found that the issue might be the routing or assets missing. I'm getting the 'Not Found' error for Email verification and Pricing pages. I manually set verification to true in DB so Log in works and routes to the Demo-app. Password reset page also works. Haven't changed any feature/functional code or routes so not sure why they aren't working.
12 replies
WWasp-lang
•Created by Juan on 8/13/2024 in #đŸ™‹questions
Getting 'Not Found' error after clicking email verification link.
Yes the WASP_WEB_CLIENT_URL was set for the front end
12 replies