I tried searching but didn't find this. I am using flask for my Frontend using templates. I have all the server side stuff working fine, I can create accounts and logins work great.
I am trying to push an email verification via the server side and i get the error:
Error: Could not send verification email: Invalid url param: Invalid URI. Register your new client (127.0.0.1) as a new Web platform on your project console dashboard
This is most likely because I am not "connected" on the connections page. However, for plain HTML (i'm not a JS dev or frontend dev by ANY means lol) I apparently have to run NPM? How do you get around this requirement? I don't need it, I'm just using a little JS here and there (bootstrap / popper etc) as needed. I don't need node / npm right?
I want to purchase this but need a POC before I pull the trigger. Everything else looks great, solid work!
Recommended threads
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...