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

Wildrydes #323

Open
robertjsandor opened this issue May 6, 2022 · 11 comments
Open

Wildrydes #323

robertjsandor opened this issue May 6, 2022 · 11 comments

Comments

@robertjsandor
Copy link

Problem with Wildrydes App

Hi, not even sure I'm asking this in the right spot, but I've been using the Wildrydes app to teach an intro to cloud class. Not sure when, but it looks like the map background, which I believe is supplied by ArcGIS Online is now failing. Don't know if they've made that private. Here's the error I'm getting:

Please sign in to access the item on ArcGIS Online (0e02e6f86d02455091796eaae811d9b5)

It's asking for a Username/Password.

Has this changed?

Thanks a million for any help,
Bob

@electron-volt
Copy link

I just noticed the same issue with the map. I can confirm it worked without any issues in January of 2022.

@robertjsandor
Copy link
Author

Thanks EV for the confirmation, I'm trying to read through the code to figure this out, but not a Javascript expert. I'm thinking that the map database through ersi was open for public but now closed. Hoping that someone can chime in who knows :)

@electron-volt
Copy link

I did some digging and it seems some developers working with Esri and ArcGIS Online occasionally run into similar problems. In those cases the issue is due to either their code running locally instead of being hosted online or due to an issue with insufficient permissions granted through an ArcGIS portal.

@joohan-lee
Copy link

I had the same issue and I also used Esri and ArcGIS recently. However, it appears to happen in the computer that never used ArcGIS as well. I hope that someone can solve this.

@cm-usuda-keisuke
Copy link

I tried the following changes to ride.html that announced in #324 and solved it. I am not sure why, but you might try it.

if you are using js.arcgis.com in your html - change the version from 4.3 to 4.6 and redeploy

<script src="https://js.arcgis.com/4.6/"></script>

@robertjsandor
Copy link
Author

The AWS folks mentioned that. 4.5 also works. I'd like to figure out someday how to load a different background. Thanks for the comment.

@mindacrobatic
Copy link

I just tried WildRydes an had the same issue.

@niravmsoni
Copy link

Just applied this change onto ride.html file

  • change the version from 4.3 to 4.6 and redeploy
<script src="https://js.arcgis.com/4.6/"></script>

And it works!

@Delali97
Copy link

Delali97 commented Nov 3, 2022

Just applied this change onto ride.html file

change the version from 4.3 to 4.6 and redeploy

<script src="https://js.arcgis.com/4.6/"></script>

And it works!

Remember to change the the version in the script tag at the end of the page too!

@robertjsandor
Copy link
Author

Yup, looks like js.argis.com deprecated 4.5 in the last few days. 4.6 now appears to be the working version.

@MattShirilla
Copy link

Just confirming what the others said. I updated <link rel="stylesheet" href="https://js.arcgis.com/4.6/esri/css/main.css"> and <script src="https://js.arcgis.com/4.6/"></script> and things work perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants