Deploy the app i build with wasp open-saas to self hosted (VPS)
DB wont setup
I want to show a react gpu component using Use.GPU
Query returning extra records that do not match
Credit functionality
Threat of clickjacking
Graph database integration
Showing no such file or directory when I do wasp db migrate-dev
Server listen addr when deploying to fly.io
wasp deploy fly deploy
and the manual fly deployment flyctl deploy --remote-only --config ../../fly-server.toml
I'm getting an errors about it not listening on the proper addr/port?
`[error][PC01] instance refused connection. is your app listening on 0.0.0.0:8080? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)
...
[info]waiting for machine to be reachable on 0.0.0.0:8080 (waited 10.399511506s so far)...how to optimize image loading in OpenSaas Project?
Disable Plausible and enable Google Analytics
calculateDailyStats.js
manually before my deploy (yet to test this out):
```
// import { getDailyPageViews, getSources } from './plausibleAnalyticsUtils.js';
import { getDailyPageViews, getSources } from './googleAnalyticsUtils.js';...Path error
WARNING: It looks like '/Users/milesscott/.local/bin' is not on your PATH! You will not be able to invoke wasp from the terminal by its name.
You can add it to your PATH by adding following line into your profile file (~/.profile or ~/.zshrc or ~/.bash_profile or ~/.bashrc or some other, depending on your configuration):
export PATH=$PATH:/Users/milesscott/.local/bin
WARNING: It looks like '/Users/milesscott/.local/bin' is not on your PATH! You will not be able to invoke wasp from the terminal by its name.
You can add it to your PATH by adding following line into your profile file (~/.profile or ~/.zshrc or ~/.bash_profile or ~/.bashrc or some other, depending on your configuration):
export PATH=$PATH:/Users/milesscott/.local/bin
Activation of Google and GitHub AUTH on saas project
Turning off ASCII color logging in PROD
Getting error on Google Auth deployed version (using MacOS) and wasp version 0.13.2
stripe issues
OpenSaas template updates pull into project
How does one go about creating their own server-side API endpoint to interact with in the frontend?
Prisma client generation failed