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

CDN Bug #298

Closed
realpxd opened this issue May 20, 2023 · 8 comments · Fixed by #299 · May be fixed by mobsuccess-devops/pmd-github-action#15
Closed

CDN Bug #298

realpxd opened this issue May 20, 2023 · 8 comments · Fixed by #299 · May be fixed by mobsuccess-devops/pmd-github-action#15
Labels
Projects

Comments

@realpxd
Copy link

realpxd commented May 20, 2023

Everything was working fine recently but today's morning all of a sudden , The project am working on stopped working !

Am receiving the following error in the console :-
Uncaught SyntaxError: The requested module '/-/@octokit/plugin-rest-endpoint-methods@v7.1.2-oh7as98dHhwO9RAmSS7b/dist=es2019,mode=imports/optimized/@octokit/plugin-rest-endpoint-methods.js' does not provide an export named 'RestEndpointMethodTypes'

Can you guide me what should I do to fix this problem.

@ghost ghost added this to Inbox in JS May 20, 2023
@TTitcombe
Copy link

TTitcombe commented May 20, 2023

I'm also experiencing this and in the process of debugging it.
A new patch version was released a few hours ago, so maybe try rolling back to the previous patch?

Edit: I've rolled back on my project and still experiencing the issue

@realpxd
Copy link
Author

realpxd commented May 20, 2023

If such condition occurs frequently then I will have to switch the product. This one is a major bug, preventing the app to work as intended !

@RatebSeirawan
Copy link

wolfy1339 pushed a commit that referenced this issue May 20, 2023
JS automation moved this from Inbox to Done May 20, 2023
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 19.0.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

@wolfy1339
Copy link
Member

Sorry folks, this one's one me. We are switching build systems and we have to explicitly mark every import of types, and re-exports.

I must have missed this one.

@realpxd
Copy link
Author

realpxd commented May 21, 2023

Sorry folks, this one's one me. We are switching build systems and we have to explicitly mark every import of types, and re-exports.

I must have missed this one.

No worries buddy   : )

@gr2m
Copy link
Contributor

gr2m commented May 21, 2023

we have to explicitly mark every import of types, and re-exports

is there a way we could verify that we do that correctly as part of our CI?

@wolfy1339
Copy link
Member

I don't know of a way to do so currently. Doing a dry-run of the build process can point some of them out because they won't exist in JS code, since they are only TS types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
JS
  
Done
5 participants