Closed baileyherbert closed 2 years ago
Hi @baileyherbert thank you for trying out & reporting the bug. Let us try to replicate the issue and get back to you
Hi @baileyherbert thank you for trying out & reporting the bug, Issue is resolved
Let us know of any issues, we'd be happy to help.
Hi! 👋
I just started messing around with this on a new Windows 11 setup and quickly ran into an issue with the proxy server. When using stacks.run any forward slashes (
/
) in query parameters somehow get converted to backslashes (\\
). As a result, phpMyAdmin is throwing 404s all over the place. When I connect directly to the container port this doesn't happen.stacks.run –
localhost –
Perhaps a configuration issue on my part or just a case of accidentally using
path.sep
in the wrong place?