Ben at Emergent Cybernetics
Ben at Emergent Cybernetics
@mfreed Thanks for the quick response. I expected this was because of Timescale using _between_. I love being able to schedule jobs in the database, but for this to be...
Similar issue, but different error: https://github.com/ory/cli/issues/157
@aeneasr I thought it might have something to do with Windows. I'm actually using [`Cmder`](https://cmder.app/) on Windows. So I believe that would be just a basic `cmd` console, not powershell.
@aeneasr Yes, that format did work on Windows. Thanks! It would be nice if the `ory --help` for this showed the correct format on Windows.
I tried changing the `oauth2-config` to `/login` with this command: ``` ory patch oauth2-config project-uuid-here --replace "/urls/login=\"/login\"" ``` But that didn't change anything with the above issue. Is using a...