-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bump next from 14.0.1 to 14.0.3 in /ui #193
Conversation
994e309
to
0614ae8
Compare
@riccardo-forina , please take a look at the error when you have time. Surprising, given it's a micro update.
|
Bumps [next](https://github.com/vercel/next.js) from 14.0.1 to 14.0.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.0.1...v14.0.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
f47cd1e
to
a2cd777
Compare
Hey I missed this. So, the error was because Next is slowly but surely improving the checks performed on the files that are defined by the framework itself. A rule is to never export something that's not recognized by Next. I moved the auth config object to its own file and that fixed the error. While I was there I also enhanced the check for the expired token so that you get immediately redirected to the login page if you open the app after a long time and the token is expired. This removes the problem of the app that was seemingly working but showing no data in the different pages. |
Kudos, SonarCloud Quality Gate passed! |
* Bump next from 14.0.1 to 14.0.3 in /ui Bumps [next](https://github.com/vercel/next.js) from 14.0.1 to 14.0.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.0.1...v14.0.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix error --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Riccardo Forina <[email protected]>
Bumps next from 14.0.1 to 14.0.3.
Release notes
Sourced from next's releases.
... (truncated)
Commits
391471b
v14.0.3637ead0
Update 04-metadata.mdx (#58535)ce97390
Add code comments (#58529)32875e4
v14.0.3-canary.123cd9264
tweak cache + revalidate fetch warning (#58505)d6d6d56
Remove client only dynamic chunks from edge bundle (#56761)b017261
Inline ChildProp (#58519)c26c771
fix: setx-forwarded-host
based on request (#58500)24b2ff1
remove optimistic navigation behavior when prefetch is false (#58413)8d4f4fc
revalidate APIs should make route handlers dynamic (#58466)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)