Skip to content
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

🐛 Bug Report: Source not found of powershell script for window #133

Open
2 tasks done
ayaan-qadri opened this issue Jul 2, 2024 · 2 comments
Open
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@ayaan-qadri
Copy link

👟 Reproduction steps

  1. administrative power shell

  2. iwr -useb https://appwrite.io/cli/install.ps1 | iex

or

  1. iwr

  2. URI: https://appwrite.io/cli/install.ps1

👍 Expected behavior

https://appwrite.io/cli/install.ps1 endpoint should contains powershell script (ps1)

👎 Actual Behavior

https://appwrite.io/cli/install.ps1 endpoint does not contains powershell script(ps1) so it is giving an error or this endpoint does not exists so that is why it is returning appwrite's 404 page.

🎲 Appwrite version

Version 1.5.x

💻 Operating system

Windows

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@ayaan-qadri ayaan-qadri added the bug Something isn't working label Jul 2, 2024
@stnguyen90
Copy link
Contributor

stnguyen90 commented Jul 5, 2024

@ayaan-qadri, thanks for creating this issue! 🙏🏼 It looks like we have a redirect for https://appwrite.io/cli/install.sh, but we're missing one for https://appwrite.io/cli/install.ps1.

@ayaan-qadri
Copy link
Author

@stnguyen90, What about .ps1 file? has it not written as well or is it just missing the redirect instructions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants