You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate this is probably not an issue with puma-dev but I have no idea how to go about debugging this. I'm using an Intel mac mini, was on 12.x and now on 13, but neither worked.
Everything seems to install fine, no errors in the logs that I can see, but hitting myapp.test or (myapp.puma, or anything else I've tried) immediately returns the browser's "not found message".
I have noticed it's immediately redirecting to https:// too, but have no idea why. This also happens no matter what the tld. Booting it manually and using port 9280does work, though, as does accessing the Rails app normally via 3000 / etc.
Using ping myapp.test or dscacheutil -q host -a name myapp.test returns exactly what you'd expect, i.e. 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.040 ms
scutil --dns also suggests that the resolver is being used as it contains (when using .puma):
resolver #8
domain : puma
nameserver[0] : 127.0.0.1
port : 9253
flags : Request A records, Request AAAA records
reach : 0x00030002 (Reachable,Local Address,Directly Reachable Address)
I've also tried adding search puma to the resolver, which correctly returns:
resolver #8
domain : puma
search domain[0] : puma
nameserver[0] : 127.0.0.1
port : 9253
flags : Request A records, Request AAAA records
reach : 0x00030002 (Reachable,Local Address,Directly Reachable Address)
Still nothing works.
The text was updated successfully, but these errors were encountered:
Turns out it must have been something to do with Pow (although I didn't think I'd ever used it on this machine) as following the steps here seems to have solved accessing the app via http://, but now https:// yields Secure Connection Failed
I appreciate this is probably not an issue with puma-dev but I have no idea how to go about debugging this. I'm using an Intel mac mini, was on
12.x
and now on13
, but neither worked.Everything seems to install fine, no errors in the logs that I can see, but hitting
myapp.test
or (myapp.puma
, or anything else I've tried) immediately returns the browser's "not found message".I have noticed it's immediately redirecting to
https://
too, but have no idea why. This also happens no matter what the tld. Booting it manually and using port9280
does work, though, as does accessing the Rails app normally via3000
/ etc.Using
ping myapp.test
ordscacheutil -q host -a name myapp.test
returns exactly what you'd expect, i.e.64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.040 ms
scutil --dns
also suggests that the resolver is being used as it contains (when using.puma
):I've also tried adding
search puma
to the resolver, which correctly returns:Still nothing works.
The text was updated successfully, but these errors were encountered: