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

Classes fail to autoload due to case sensitivity issues on Linux #6

Open
jeffreytgilbert opened this issue Jan 10, 2025 · 2 comments
Open

Comments

@jeffreytgilbert
Copy link

jeffreytgilbert commented Jan 10, 2025

The following case mismatches exist between file name and reference in the code:

File -> Class

EmailAndSMSTemplates -> EmailAndSmsTemplates
AllowListBlockList -> AllowlistBlocklist
JWTTemplates -> JwtTemplates
OAuthApplications -> OauthApplications
SAMLConnections -> SamlConnections

Those are the ones I had to resolve to get this working on AWS Linux. macOS and Windows are not case sensitive so you wont see this issue until you publish work to a Linux distro. I did not do an exhaustive search for mismatches. This is all that popped up while debugging.

@jeffreytgilbert
Copy link
Author

@octoper Can you review

@octoper
Copy link
Member

octoper commented Jan 15, 2025

Hey @jeffreytgilbert!

Thanks for reporting that we will get that fixed!

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