Hosted Quirrel #746
-
Hi! I have a Blitzjs application which works perfectly in dev mode with quirrel. Now im trying to deploy it but I'm facing some problems. This is what I added so far to the .env file My question is specifically about the quirrel_base_url. lets say my app is hosted in app.appname.com, then that should be the quirrel_base_url? I already tried that but it doesnt seems to work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi Benja! What do you mean by "it doesn't seem to work"? What are you expecting to see, and what are you seeing? If you want to use cronjobs, mabye you're missing a call to |
Beta Was this translation helpful? Give feedback.
Hi Benja!
QUIRREL_BASE_URL
should beapp.appname.com
, correct. e.g. for quirrel.dev, I set it tohttps://quirrel.dev
. If you leave out thehttps://
, that should be added automatically.What do you mean by "it doesn't seem to work"? What are you expecting to see, and what are you seeing? If you want to use cronjobs, mabye you're missing a call to
quirrel ci
in your build script.