DATABASE_URL not found in fly during deployment
Bug??
wasp deploy fly deploy fails with DATABASE_URL error even though secret exists (v0.15.2)
I'm getting a deployment blocker where wasp deploy fly deploy fails with:...
Cannot import a fresh <saas> project.
I am using commands wasp new
then it prompts me to add a name.
then it says select 1,2,3,4
1 (basic) template works fine but 3 just doesnt loads. Its basically a blank black screen....
Railway Deployment fails with `operation timed out`
Trying to run
wasp deploy railway deploy [project-name]. It ends up failling because of a railway failures by the looks of it. Followed the steps to deploy manually and it worked
output:
```
...
β
--- Database successfully set up. ----------------------------------------------...http://localhost:3001/auth/me is constantly pending
http://localhost:3001/auth/me is constantly pending and i can't debug that as no errors show in the console
Auth in browser extension
Hello, I'm trying to authenticate my user in browser extension. How is thould be handled. Do we have any docs how to create custom auth like this? Thanks
CORS issue
I set up an api endpoint and has an middleware wrap around it to get the cors middleware. I deployed the to the fly.io.
in main.wasp
```
apiNamespace appsNamespace {
middlewareConfigFn: import { appsNamespaceMiddlewareFn } from "@src/test/apis",...
`NODE_ENV` Error during build
I get the error below during local and production builds. No clue as to why:
```
π --- Building SDK... ------------------------------------------------------------
...
wasp deploy fly deploy fails with DATABASE_URL error even though secret exists - v0.15.2
Getting this error when running wasp deploy fly deploy:
π Your server app does not have a DATABASE_URL secret set. Perhaps you need to create or attach your
database?
The problem: DATABASE_URL IS set on Fly and the app is running fine:...
Railway deployment faild
- SENDGRID_API_KEY is required when using SendGrid email sender
I added in variables, I don't know where I need to add more...
fly io region error
im getting this error when deploying to fly
π Invalid region code lhr. Please specify a valid 3 character region id: https://fly.io/docs/reference/regions
π You can also run "wasp deploy fly cmd platform regions --context server".
lhr is a valid region. can i deploy without specifying thr region...
Installed Wasp on new machine, getting "Bad cpu type" error
I'm running an M4 Macbook Pro. Attempting to install wasp on the new system, and getting these errors:
/Users//.local/bin/wasp: line 2: /Users//.local/share/wasp-lang/0.17.1/wasp-bin: Bad CPU type in executable
/Users//.local/bin/wasp: line 2: /Users//.local/share/wasp-lang/0.17.1/wasp-bin: Undefined error: 0
I am assuming that something's wrong with how I put the path command into my .zshrc file but I copied it as instructed (export PATH=$PATH:/Users/<myuser>/.local/bin)...
App working fine in the local host but fails to deploy into railway. Any recommendation?
Title. Been dealing with this for few days already still cannot find whatβs failing
Log in problem in Mage
I cant see website becuse i cant log in to my ready local host. i can not see how localhost is working. Database problem and sometimes eror 500.
π Unexpected non-whitespace character after JSON at position 2654
Trying to deploy using
wasp deploy fly deploy which has worked just fine for me several times already this morning. Now getting this very vague error right after the secrets list is displayed in console. Anyone seen this? Is there just something weird going on with Fly?Call operations from api
Is it possible to call operations from an api? I have a function in operations.ts for creating trips (createTrip(..)), and it'd be nice to be able to call it directly from the API, rather than calling the Prisma function contexts.entities.Trip.create()...
Is this possible?...
EmailSignupData type mismatch with 0.17 docs
Hey guys I saw in the documentation here that the signup action has the email and password fields. But if you look at the EmailSignupData in my code in the screenshot it has the username and password any idea why?

Firebase
Can you guys possibly create a tamplatebfor firebase app hosting and other firebase services like big query and auth and cloud functions etc
db error
im getting this error when running wasp db migrate-dev.
Error: P3014
Prisma Migrate could not create the shadow database. Please make sure the database user has permission to create databases. Read more about the shadow database (and workarounds) at https://pris.ly/d/migrate-shadow
...