Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: upgrade app and it's dependencies to support
next.js 14
(#…
…237) * chore: enable sentry only if `NODE_ENV=production` - this fixes CORS issues due to sentry capturing requests * refactor: use constant for login url * refactor: disable loader anyways * chore: update `next` * refactor: use new instrumentation for sentry - recommended by Sentry * chore: update application deps * feat: add instrumentation hook * feat: make app invisible to crawlers * chore: update app dependencies * refactor: organize imports * refactor: remove loading - the component adds unnecessary loading and prevents smooth redirections * refactor: use `Ory` native SDK for calls * style: place footer at the bottom effectively * style: make caret transparent * chore: update dependencies * fix: include query on redirections * refactor: move active session validation to server * refactor: use server components whenever possible * style: use desktop first approach * fix: use workaround if account gets half-created if endpoint returns `500` but account gets created anyways, create a verification flow and redirect to the proper screen * refactor: use new amplify config * refactor: add new liveness translations * ci: use AWS json config * fix: use correct path * refactor: remove unnecessary imports * refactor(style): move photosensitivity alert to first screeen * refactor(style): use smaller loading UI - loader now presents ongoing action next to text input * fix(style): improve liveness positioning * ci: merge `master` into `refactor/next-14` * style(header): use minimum height size * feat: add global error handler * refactor: resolve deprecation * refactor(gtm): use next own GTM implementation * chore: package maintenance - removed useless packages - upgraded packages * style(liveness): fix missing text - improve UX a bit * chore: merge `master` into `refactor/next-14` * chore: update app dependencies * chore: restore missing deps * perf: render `not-found` page in server * ci: use new config * ci(build): ditch deprecated env declaring style * chore: update application dependencies * chore: update application dependencies * chore: update app dependencies --------- Co-authored-by: Marluan Espiritusanto <[email protected]>
- Loading branch information