I am able to share my project using sail share but when visiting the temporary url it gives, everything is all messed up due to tailwind not being compiled. While I'm working on the site locally I have sail npm run watch running but is there anything else I need to do before sharing?
I hadn't added * to my trusted proxies in the TrustedProxies.php middleware.
I hand't thought of this until I re-read the documentation, as I hadn't associated the Tailwind classes not being compiled with a route/url generation helper error.
Thank you for responses and helping steer me in the right direction