Glad you learned a thing or too
Ye, I would recommend opening another topic.
Some tips anyway
- check your caddy logs
- the blank page usually has a http code
!= 200
you could check in your browser’s network tab - for the rather common
http/403
you might want to read Reverse proxy + static file serving results in 403 (Forbidden) for static files - #2 by IndeedNotJames - the way it you set it up will only allow you to test
/sites/localhost
(becausehttp://localhost:2022
will only catchlocalhost
). You could tryhttp://:2022
with the commands from Supabase storage proxying - #2 by IndeedNotJames to test others