updated portal notification id and fixed homepage news nuxt error #198
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.
Updated portal notification entry id after Dominic deleted the old one
Attempting to fix this new error that is appearing on prod:
Error retreiving bitly link destination url
2024-09-07T16:43:48.645946+00:00 app[web.1]: [nitro] [unhandledRejection] Error: [nuxt] instance unavailable
2024-09-07T16:43:48.645947+00:00 app[web.1]: at useNuxtApp (file:///app/.output/server/chunks/app/server.mjs:316:13)
2024-09-07T16:43:48.645949+00:00 app[web.1]: at useRuntimeConfig (file:///app/.output/server/chunks/app/server.mjs:323:27)
2024-09-07T16:43:48.645949+00:00 app[web.1]: at isInternalLink (file:///app/.output/server/chunks/app/_nuxt/index-KTohXJYK.mjs:31:18)
2024-09-07T16:43:48.645949+00:00 app[web.1]: at file:///app/.output/server/chunks/app/_nuxt/index-P0Rdvtnj.mjs:273:42
2024-09-07T16:43:48.645950+00:00 app[web.1]: at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Nuxt 3 does not like the useRuntimeConfig() being called outside of setup