We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
URLs never work anymore, they initially work sometimes on new projects but as soon as more projects are added something gets update
✖ https://localhost:53166 [301] - REQUEST FAILED WITH STATUS CODE 301 ✖ http://localhost:53167 [301] - REQUEST FAILED WITH STATUS CODE 301
The text was updated successfully, but these errors were encountered:
@Stargate-project the new URL scanner is experimental so we are still working on getting its behavior correct. I would check out the docs here https://docs.lando.dev/core/v3/scanner.html
Your best options are to either revert back to the "legacy scanner" https://docs.lando.dev/core/v3/scanner.html#using-the-legacy-scanner
Or make use of the new configuration options https://docs.lando.dev/core/v3/scanner.html#adding-ok-codes in your case you probably want to either choose a path that works or add 301 to the list of OK codes
I'm going to rename this issue to scope it around redirects specifically.
Sorry, something went wrong.
pirog
No branches or pull requests
URLs never work anymore, they initially work sometimes on new projects but as soon as more projects are added something gets update
The text was updated successfully, but these errors were encountered: