Giter Site home page Giter Site logo

Comments (10)

krizon avatar krizon commented on September 21, 2024 2

I see the slss.io link was updated to https://install.serverless.com in 98abc51.

We already migrated some pipelines to the preferred npm install but using https://install.serverless.com might provide a quickfix for now for those running into the same issue.

Quickfix would be to replace https://slss.io/install with https://raw.githubusercontent.com/serverless/serverless/v3.38.0/scripts/pkg/install.sh for now.

from serverless.

rowanmanning avatar rowanmanning commented on September 21, 2024 2

Just to link issues together, this is currently a problem for anyone using the Serverless CircleCI orb CircleCI-Public/serverless-framework-orb#51

from serverless.

alekgosk avatar alekgosk commented on September 21, 2024 1

For anyone having issues deploying via CircleCI, as a workaround you can pin your serverless-framework orb to version 2.0.0 temporarily if you need to ship something quickly:

Screenshot 2024-05-22 at 12 52 31

from serverless.

salemgolemugoo avatar salemgolemugoo commented on September 21, 2024

Installation script was removed here. CircleCI orb is using main branch
bb55e0b#diff-9179b872eb24fa9f9fef69399fe29ce90ccabbdb8dc6bc5229aea8b3cea3e0c4

from serverless.

garethmcc avatar garethmcc commented on September 21, 2024

As an alternative, use can be made of the following URL that points at the old install script: https://raw.githubusercontent.com/serverless/serverless/v3/scripts/pkg/install.sh

from serverless.

salemgolemugoo avatar salemgolemugoo commented on September 21, 2024

If you guys need a quick fix, i've published a new version to my circleci registry. You can use it like this:

version: 2.1

orbs:
  node: circleci/[email protected]
  serverless-framework: salemgolemugoo/serverless-framework@dev:issue-51

jobs:
  deploy:
    docker:
      - image: cimg/base:2023.06
    steps:
      - checkout
      - node/install:
          node-version: '14.21.3'
      - serverless-framework/setup

Caution

You need to disable "Orb Security Settings" in "Organization Settings -> Security"

from serverless.

batovpasha avatar batovpasha commented on September 21, 2024

Other quick fix option, install it globally using npm/yarn:

yarn global add serverless

or

npm i -g serverless

from serverless.

Mmarzex avatar Mmarzex commented on September 21, 2024

Hey everyone, apologies this was an issue, we had some trouble getting our url shortener to redirect correctly. I have managed to fix this and https://slss.io/install should be working again which hopefully means your issues should be resolved.

from serverless.

freitasjuciel avatar freitasjuciel commented on September 21, 2024

issue still happens for me on Circle CI, using the lastest orb and also de old ones
image

from serverless.

Mmarzex avatar Mmarzex commented on September 21, 2024

@freitasjuciel Can you provide any other logs, the script is available at the url you have set in the install_url variable, so not sure what would be up still.

from serverless.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.