anchordotdev / cli

MIT License
151 stars 4 forks source link

Error: request [68153d50-dc68-4f0c-95aa-709e2285ed2e]: unexpected 404 status response: Server could not find Service. #27

Closed DevAdeelAhmad closed 2 months ago

DevAdeelAhmad commented 2 months ago

Command: anchor lcl Executable: C:\Program Files\Anchor CLI\anchor.exe Version: 0.0.38 (windows/amd64) Commit: 38a58bce9066abd76402b4acf560bfce5c03ec94 BuildDate: 2024-06-25T19:20:43Z Arguments: [] Flags: [] Timestamp: 2024-07-20T06:45:42.3357689Z Stdout:

| Let's set up fast and totally free lcl.host HTTPS!
# Setup lcl.host HTTPS Local Development Environment `anchor lcl`
    | After setup, you can use HTTPS locally in your browsers and other programs.
# Audit lcl.host HTTPS Local Development Environment `anchor lcl audit`
    | We'll begin by checking your system to determine what you need for your setup.
    - Checked resources on Anchor.dev: no provisioning needed.
    - Compared local and expected CA certificates: no updates needed.
# Skipped: Configure System for lcl.host Local Development `anchor lcl config`
# Setup lcl.host Application `anchor lcl setup`
    | We'll gather details from you and your system to customize setup instructions.
    - Scanned current directory.
    - Entered javascript application server type.
    - Entered OrganicLink application name.
    - Entered organic-link.lcl.host domain for local application development.
    - Resolved organic-link.lcl.host domain: success!
    | Now we'll provision Anchor.dev resources and HTTPS certificates for you.
    - Creating OrganicLink [organic-link.lcl.host, organic-link.localhost] javascript resources on Anchor.dev… ⠋
benburkert commented 2 months ago

Thanks for the bug report @DevAdeelAhmad, I've opened a PR to fix the issue and I'll update this when we have a new version of the CLI available with the fix. For now, you can work around this by using a lowercase name for the service when creating it via the CLI, then rename it in the web UI if you would like it to be capitalized.