-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnhandledPromiseRejectionWarning thrown if config.staticFiles.path contains a directory with the same name as a routable state's uri #53
Comments
interesting indeed. a quick fix is to call
By default the |
ok, some more details on some of the inter-related problems here. I'm spelling this out mostly for myself.
|
interesting bug that appeared while refactoring GC's hotline code:
config.staticFiles.path
topublic
public
, there's a directory namedoperator-unavailable
.RoutableState
withuri
/operator-unavailable
urlFor('/operator-unavailable', { absolute: true })
RoutableState
'suri
to/operator-unavailable-1
, and usingurlFor('/operator-unavailable-1', { absolute: true })
to construct the url works just fine.The text was updated successfully, but these errors were encountered: