foodisready
foodisready
### Please provide a brief summary of the bug ```# # SIGSEGV (0xb) at pc=0x000000010e707000, pid=77078, tid=16131 # # JRE version: OpenJDK Runtime Environment Temurin-17.0.11+9 (17.0.11+9) (build 17.0.11+9) # Java...
**Describe the bug** ```A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000010e707000, pid=77078, tid=16131 # # JRE version: OpenJDK Runtime Environment Temurin-17.0.11+9...
I had this working a few months back, not sure what changes in mobile Chrome, now it's complaining. The same code still works on desktop Chrome though. Any help is...
### Version 19 I have this configuration for AWS Cognito, @NgModule({ imports: [AuthModule.forRoot({ config: { authority: 'https://cognito-idp.us-east-1.amazonaws.com/us-east-1_xxxxx', clientId: '6k09icbjhc9xxxxxxxx', redirectUrl: `${window.location.origin}/auth/callback`, //'http://localhost:4201/auth/callback', postLogoutRedirectUri: 'http://localhost:4201/menu', scope: 'openid profile email offline_access', //...