Cannot access tunnel

Hi all I have tried creating a tunnel with the purpose of creating an api that I should be able to access from anywhere. I have a tunnel setup as shown. This is my config for the tunnel running on my raspberrypi

GNU nano 7.2 /root/.cloudflared/config.yml
tunnel: tunnelid
credentials-file: /root/.cloudflared/tunnelid.json

ingress:
I am running

sudo cloudflared tunnel run tunnelid

I have code that gets data with SELECT * from test_db and it successfully does when I go to 192.168.0.168:5000 on my local network. However when I go to api.mydomainname.com I get an error 1033

Im in desperate help please.
image.png
image.png
image.png
Was this page helpful?