question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom Remix Stacks are unable to be installed through the CLI

See original GitHub issue

What version of Remix are you using?

1.6.3

Steps to Reproduce

  1. Go to the terminal and use the command npx create-remix@latest --template netlify-templates/kpop-stack
  2. Wait for the command to run and complete

Expected Behavior

The behavior should continue forward with the rest of the CLI workflow. Asking for the name you’d wish to give the project as the next step.

Actual Behavior

It immediately fails with the error:

🚨 The template could not be verified because you do are not authorized to access that repository. Please double check the access rights of the repo or consider passing a `--token`

Could there be a missing permission our templates are supposed to have? Using npx create-remix@latest --template remix-run/indie-stack works as expected. We received the report from here https://github.com/netlify-templates/kpop-stack/issues/55

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
MichaelDeBoeycommented, Jul 1, 2022

Closed by #3619

0reactions
kilimancommented, Jul 2, 2022

There’s a bug in 1.6.2.-1.6.3. You’ll need to downgrade to 1.6.1 for now until they release an update.

npx create-remix@1.6.1 --template ...
Read more comments on GitHub >

github_iconTop Results From Across the Web

Remix Stacks
Remix Stacks is a feature of the Remix CLI that allows you to generate a Remix project quickly and easily. There are several...
Read more >
Unable to deploy contract that uses Oraclize using Remix
In both cases, the gas estimate too high preventing me from deploying contract. I also tried to deploy the same contract using Ethereum-Wallet ......
Read more >
macos - online Remix can't connect local? - Stack Overflow
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our ...
Read more >
Customize OneAgent installation on Linux | Dynatrace Docs
Learn how to use the Linux installer with command line parameters. ... to storing large runtime data produced by OneAgent in full-stack monitoring...
Read more >
How to Deploy a Remix App with Supabase - Netlify
run npx create-remix --template netlify-templates/kpop-stack in your terminal, make a new repo, and new Netlify project. DNA. Using the Deploy ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found