Vito Error
Is there a detail tutorial to add pages and actions?
Is it possible to redirect traffic from Wasp's Post Requests?
After migration flowbite-react is not working
tailwind.config.cjs
and postcss.config.cjs
files. After that, I imported Tailwind CSS into the CSS file and enabled Tailwind to work.
Following the documentation for installing dependencies, I installed flowbite-react with the command npm install -D flowbite-react
. Then, I added the flowbite plugin to tailwind.config.cjs
so it looks like this:
```javascript...useAuth() usage
fontsource not included in .wasp/out
@fontsource
package to include google fonts and this was working just fine locally and on production. But since the migration to v.0.12 it is not working anymore locally.
Vite complains with the following message:
The request url "/Users/path/to/repository/node_modules/@fontsource/roboto/files/roboto-latin-400-normal.woff2" is outside of Vite serving allow list.
The request url "/Users/path/to/repository/node_modules/@fontsource/roboto/files/roboto-latin-400-normal.woff2" is outside of Vite serving allow list.
Can I split up the main.wasp file into seperate files
main.wasp
file into seperate files as I could easily see this file getting quite large and out of hand. What i mean is there a way to have a seperate file for all the routes (and maybe even break that until into sub routes), queries, jobs, actions, DB schemas.
If not that would be a great thing for a future version of wasp to be able to do, would help with making the code abit more readable and manageable...Update DB Field using Another Field
import actions into main.wasp
Passwordless authentication
How to integrate Django API Sign Up with Wasp
Tried to run open-saas on my Mac Mini M1, here are my thoughts:
Error when trying to run it on Raspberry PI 4b
/home/paulo/.local/bin/wasp: line 2: /home/paulo/.local/share/wasp-lang/0.12.3/wasp-bin: cannot execute binary file: Exec format error
Usually I like to install things on my RPB and use other devices for coding (basically a local cloud :P) - is there an easy way to fix this?...Accesing the database in pgAdmin
hi getting a [ Server ] POST /operations/stripe-payment 500 44.007 ms .
Using Sendgrid in test
Hey! Any ideas on some solutions to these errors?
Change html dir
Any inputs on deploying backend in aws and frontend in netlify