Describe the bug
As a developer,
When I run the npm start command and paste the GitHub PAT in the web browser window
I get a window.__TAURI_INTERNALS__ is undefinederror and cannot be authenticated
To Reproduce
Steps to reproduce the behavior:
- Clone the project
- Run
npm start
- Click on button to create on GitHub PAT
- Copy/paste to the field the PAT
Expected behavior
I should go to the next screen of the app when the token is validated
Screenshots

Additional context
- OS:
macOS Tahoe 26.3.1
- Web browser for PAT:
Firefox 150.0 (aarch64)
- Rust version:
rustc 1.95.0 (59807616e 2026-04-14)
- Node version:
v24.9.0
- NPM version:
11.6.0
- Project version:
github-security-alerts@1.2.1
Browser console logs
Failed to load refresh interval from config, using default: TypeError: can't access property "invoke", window.__TAURI_INTERNALS__ is undefined
invoke core.js:202
Angular 3
invoke core.js:201
getRefreshInterval tauri.service.ts:149
__async main.js:23
ZoneAwarePromise Angular
__async main.js:7
getRefreshInterval main.js:241
loadRefreshIntervalFromConfig app.component.ts:77
__async main.js:23
ZoneAwarePromise Angular
__async main.js:7
loadRefreshIntervalFromConfig main.js:3432
ngOnInit app.component.ts:93
__async main.js:23
ZoneAwarePromise Angular
__async main.js:7
ngOnInit main.js:3451
Angular 45
<anonymous> main.ts:23
[app.component.ts:79:15](http://localhost:4200/src/app/app.component.ts)
Error checking auth status: TypeError: can't access property "invoke", window.__TAURI_INTERNALS__ is undefined
invoke core.js:202
Angular 3
invoke core.js:201
getAuthStatus tauri.service.ts:59
__async main.js:23
ZoneAwarePromise Angular
__async main.js:7
getAuthStatus main.js:141
checkAuthStatus app.component.ts:102
__async main.js:23
ZoneAwarePromise Angular
__async main.js:7
checkAuthStatus main.js:3458
ngOnInit app.component.ts:94
fulfilled main.js:10
Angular 20
<anonymous> main.ts:23
[app.component.ts:119:15](http://localhost:4200/src/app/app.component.ts)
Error getting token: TypeError: can't access property "invoke", window.__TAURI_INTERNALS__ is undefined
invoke core.js:202
Angular 3
invoke core.js:201
getToken tauri.service.ts:63
__async main.js:23
ZoneAwarePromise Angular
__async main.js:7
getToken main.js:146
checkAuthStatus app.component.ts:122
rejected main.js:17
Angular 20
<anonymous> main.ts:23
Describe the bug
As a developer,
When I run the
npm startcommand and paste the GitHub PAT in the web browser windowI get a
window.__TAURI_INTERNALS__ is undefinederror and cannot be authenticatedTo Reproduce
Steps to reproduce the behavior:
npm startExpected behavior
I should go to the next screen of the app when the token is validated
Screenshots

Additional context
macOS Tahoe 26.3.1Firefox 150.0 (aarch64)rustc 1.95.0 (59807616e 2026-04-14)v24.9.011.6.0github-security-alerts@1.2.1Browser console logs