Renovate mynordic-oauth-test app#5
Open
jfManuel040790 wants to merge 1 commit into
Open
Conversation
coderbyheart
requested changes
Jun 15, 2026
coderbyheart
left a comment
Member
There was a problem hiding this comment.
- do not add compiled artifacts to the repo, ignore the
distfolder - There are now two apps, one in the root, and one in
mynordic, please combine them into one. - Please provide instructions on how to test the flow using your changes. When I run the app using
npx viteI get this error:
➜ npx vite
VITE v8.0.1 ready in 149 ms
➜ Local: http://localhost:8080/
➜ Network: use --host to expose
➜ press h + enter to show help
(!) Failed to run dependency scan. Skipping dependency pre-bundling. Error: Failed to scan for dependencies from entries:
/home/m/nrfcloud/myNordic-test-spa/index.html
/home/m/nrfcloud/myNordic-test-spa/mynordic-oauth-test/index.html
/home/m/nrfcloud/myNordic-test-spa/mynordic-oauth-test/mynordic/sso.html
/home/m/nrfcloud/myNordic-test-spa/mynordic-oauth-test/mynordic/from-portal/index.html
Build failed with 1 error:
[plugin vite:dep-scan:resolve]
Error: "./redirect-bridge" is not exported under the conditions ["module", "browser", "development", "import"] from package /home/m/nrfcloud/myNordic-test-spa/node_modules/@azure/msal-browser (see exports field in /home/m/nrfcloud/myNordic-test-spa/node_modules/@azure/msal-browser/package.json)
at async EnvironmentPluginContainer.resolveId (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/vite/dist/node/chunks/node.js:29939:19)
at async resolve (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/vite/dist/node/chunks/node.js:30618:16)
at async PluginContextImpl.resolveId (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/vite/dist/node/chunks/node.js:30748:23)
at async plugin (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/rolldown/dist/shared/bindingify-input-options-DoaqRULI.mjs:1018:16)
at async plugin.<computed> (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/rolldown/dist/shared/bindingify-input-options-DoaqRULI.mjs:1575:12)
at aggregateBindingErrorsIntoJsError (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/rolldown/dist/shared/error-BO4SlZV_.mjs:48:18)
at unwrapBindingResult (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/rolldown/dist/shared/error-BO4SlZV_.mjs:18:128)
at scan (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/rolldown/dist/experimental-index.mjs:176:3)
at async Object.build (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/vite/dist/node/chunks/node.js:30573:3)
at async scan (file:///home/m/nrfcloud/myNordic-test-spa/node_modules/vite/dist/node/chunks/node.js:30518:4)
at async file:///home/m/nrfcloud/myNordic-test-spa/node_modules/vite/dist/node/chunks/node.js:23088:15
Member
There was a problem hiding this comment.
Do not commit secrets to source code. Add .envrc to your global gitignore file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement silent SSO in test app