-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from levoai/cloudflare-worker-wrangler
Troubleshooting wrangler login & Testrunner with sudo.
- Loading branch information
Showing
5 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,3 +55,23 @@ or if the [daily request limit](https://developers.cloudflare.com/workers/platfo | |
alt="Adding a Cloudflare Worker route" | ||
style={{ display: 'block', margin: 'auto', paddingTop: '24px'}} | ||
/> | ||
|
||
|
||
### Troubleshooting wrangler login | ||
|
||
If you encounter an error while running `npx wrangler login`, make sure you have the latest version of Node.js installed. | ||
|
||
- Running above command should open a browser window where you can log in to your Cloudflare account. | ||
- Once you have logged in successfully, you should be prompted with a consent form to allow Wrangler to access your Cloudflare account. | ||
|
||
![](../assets/cloudflare/Wrangler_consentform.png) | ||
|
||
- After you click on `Allow`, you will be redirected to a page with a success message. | ||
|
||
![](../assets/cloudflare/Wrangler_access_granted.png) | ||
|
||
- Now you can close the browser window and return to your terminal where you should see a success message. | ||
|
||
|
||
### Need Help? | ||
For further assistance, please reach out to [Levo.ai Support](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters