CrowdSec Cloudflare Worker Bouncer Failing To Start

Hello everyone,

I am following this documentation here to try and get the CrowdSec Cloudflare Worker working. CrowdSec Cloudflare Worker | CrowdSec I believe I have everything setup properly but when I go to start the service I see the below error in journalctl and nothing is deployed two my Cloudflare account.

Jan 10 13:25:19 host systemd[1]: Started CrowdSec bouncer for Cloudflare.                                                                                                                                                                                                                       ───
Jan 10 13:25:19 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:19-05:00" level=info msg="Using API key auth"                                                                                                                                                          
Jan 10 13:25:20 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:20-05:00" level=info msg="Cleaning up existing workers" account=redacted                                                                                                              
Jan 10 13:25:21 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:21-05:00" level=info msg="Done cleaning up existing workers" account=redacted                                                                                                         
Jan 10 13:25:21 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:21-05:00" level=info msg="Creating KVNS CROWDSECCFBOUNCERNS" account=redacted                                                                                                         
Jan 10 13:25:22 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:22-05:00" level=info msg="Creating worker crowdsec-cloudflare-worker-bouncer" account=redacted                                                                                        
Jan 10 13:25:23 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:23-05:00" level=info msg="Successfully deployed infra for account redacted"                                                                                                           
Jan 10 13:25:23 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:23-05:00" level=info msg="Successfully deployed infra for all accounts"
Jan 10 13:25:23 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:23-05:00" level=info msg="Creating turnstile widget" account=redacted zone=redacted                                                                                        
Jan 10 13:25:23 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:23-05:00" level=error msg="auth-api: auth with api key failed return nil response, error: unsupported protocol scheme \"\"" 
Jan 10 13:25:23 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:23-05:00" level=error msg="Get \"/$%7BCROWDSEC_LAPI_URL%7D/v1/decisions/stream?scopes=ip%2Crange%2Cas%2Ccountry&startup=true\": unsupported protocol scheme \"\""
Jan 10 13:25:23 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:23-05:00" level=info msg="Cleaning up existing workers" account=redacted                                                                                                              
Jan 10 13:25:26 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:26-05:00" level=info msg="Done cleaning up existing workers" account=redacted                                                                                                         
Jan 10 13:25:26 host crowdsec-cloudflare-worker-bouncer[132657]: time="2024-01-10T13:25:26-05:00" level=fatal msg="stream decision is nil"                                                                                                                                                     
Jan 10 13:25:26 host systemd[1]: crowdsec-cloudflare-worker-bouncer.service: Main process exited, code=exited, status=1/FAILURE
Jan 10 13:25:26 host systemd[1]: crowdsec-cloudflare-worker-bouncer.service: Failed with result 'exit-code'.

Any help would be greatly appreciated.

I believe I worked it out. lapi_url: was not filled out.

Yes the LAPI url is still the placeholder but gather you seen this from your latest response