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

Network Errors Logged On Page Load #283

Open
osscontributor opened this issue Feb 13, 2024 · 4 comments
Open

Network Errors Logged On Page Load #283

osscontributor opened this issue Feb 13, 2024 · 4 comments

Comments

@osscontributor
Copy link
Member

osscontributor commented Feb 13, 2024

Screenshot 2024-02-13 at 9 15 03 AM

When I load the page in the browser I am seeing errors sending requests to https://prev.grails.org/versions and https://next.grails.org/versions coming out of MicronautStarterSDK.js.

FYI: micronaut-projects/micronaut-starter-ui#102 looks like it might be tangentially related, but probably not the same issue.

@puneetbehl
Copy link
Contributor

This has no side-effects. Currently, there are no previous or next version of Grails framework supported with the current CLI that's why these requests are failing.

Once, we have some milestone available for Grails 7, that would point to next.grails.org. And, similarly once the GA for 7 is out. The Grails 6 will point to prev.grails.org. So, I believe the DNS will be:

https://prev.grails.org - Grails 6
https://latest.grails.org - Grails 7
https://next.grails.org - Grails 8 Milestone or RC.

@osscontributor
Copy link
Member Author

This has no side-effects.

Do you know why we have the JavaScript making calls to servers that do not currently have DNS entries?

@puneetbehl
Copy link
Contributor

No, but I think it is moved here as part of initial setup. We can plan to update the codebase to not make these calls for now.

@osscontributor
Copy link
Member Author

We can plan to update the codebase to not make these calls for now.

Sounds good. Thank you!

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

2 participants