Juan
Juan
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?
No description
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
WWasp-lang
Created by kvares on 3/9/2024 in #đŸ™‹questions
Accesing the database in pgAdmin
I run my own Postgresql db and provide Wasp the Database_URL. In order to access Postgresql via phAdmin I updated the authentication method from 'peer' to 'md5' in pg_hba.conf
46 replies