-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Running CSL on Mac OS X 15.6.1.
When clicking "Register" or "Login" in the respective auth related pages, Safari gives a "403 (Forbidden)" error and the calls never reach the server.
Chrome does not seem to have the same problem. I am able to dev and test on Chrome without issue.
How should I go about troubleshooting this?
Also - completely separate question since I"m not sure where else to post this - when calling (reset), bb css-watch task is called after the server starts to set a watch for CSS builds when code is changed. Where is that call coming from in the code? And I would like to understand how tailwindcss works here - is it parsing the *.clj files directly to know what classes are used (and thus should be used in the output.css file), or what?