-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sveltekit codespaces cron job not working #1121
Comments
Hi @JonathonRP, thanks for the report! There was a bug where the @all-contributors please add @JonathonRP for bug |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @JonathonRP! 🎉 |
Adds @JonathonRP as a contributor for bug. This was requested by Skn0tt [in this comment](#1121 (comment)) [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [1.13.2](v1.13.1...v1.13.2) (2023-02-16) ### Bug Fixes * remove broken tutorial link ([#1119](#1119)) ([df0288e](df0288e)) * respect custom host in local dev ([#1122](#1122)) ([71304ff](71304ff)), closes [#1121](#1121) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
https://github.com/quirrel-dev/quirrel/releases/tag/v1.13.2 contains the PR, please let me know if that fixes it for you. |
@Skn0tt, this did not resolve my issue, if it helps here are the errors I get in UI dev console. Also note I am using port 5000 for sveltekit app dev server |
Okay, re-opening. 5000 isn't the default sveltekit app dev server, right? If you're changing the port, then you need to tell your app what the new port is. You can do this by setting the env var |
Thank you @Skn0tt, I tried a few work ways to tell Quirrel port 5000 but never changed the results. also, note that working in my local environment now with no changes, Quirrel works and picks up CronJob. |
Okay, so did this fix your problem, or should I look into it again? |
@Skn0tt please look into it again. |
When running |
I will give this a try, and it is good enough for me to close this issue now. |
Bug Report
Current Behavior
similar to #1089
I have a running in codespaces with a single cron job in sveltekit that shows in status but doesn't show in cron tab
and is not running.
Input Code
https://github.com/JonathonRP/PersonalFinanceDashboard/tree/dev
Expected behavior/code
cron should be picked up, running and visible in cron tab
Environment
The text was updated successfully, but these errors were encountered: