The first time I ran Basil, I got a 500 error when I went to admin.
Now when I run Basil (with npm run dev) and go to http://localhost:3000, I get the standard “Safari can’t open page” message in Safari, even though the page is loading (simultaneously) in Firefox.
This may be because Safari is redirecting to https (not http) and could be a Site.js issue related to: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
The first time I ran Basil, I got a 500 error when I went to admin.
Now when I run Basil (with
npm run dev) and go tohttp://localhost:3000, I get the standard “Safari can’t open page” message in Safari, even though the page is loading (simultaneously) in Firefox.This may be because Safari is redirecting to
https(not http) and could be a Site.js issue related to: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security