Skip to content
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

migrated to nuxt #1058

Merged
merged 24 commits into from
Apr 5, 2024
Merged

migrated to nuxt #1058

merged 24 commits into from
Apr 5, 2024

Conversation

CommanderStorm
Copy link
Member

@CommanderStorm CommanderStorm commented Mar 30, 2024

Fixes #473
Fixes #1032

Proposed Changes (include Screenshots if possible)

  • migrate from vue clientside rendering to nuxt ssr

TODO:

  • Make sure that the environment variables listed below work properly and that staging/new prod/old prod still works
  • Look into sentry
    currently not suported upstream: Plan for Nuxt 3 version nuxt-community/sentry-module#530
  • Look into analytics
  • Look into proper error handling (404s,5xxs)

How to test this PR

  1. docker pull ghcr.io/tum-dev/navigatum-webclient:pr-1058
    docker run -p 3000:3000 -e NUXT_PUBLIC_API_URL=https://nav.tum.de -e NUXT_PUBLIC_CDN_URL=https://nav.tum.de -e NUXT_PUBLIC_FEEDBACK_URL=https://nav.tum.de -e NUXT_PUBLIC_MAPS_URL=https://nav.tum.de ghcr.io/tum-dev/navigatum-webclient:pr-1058

How has this been tested?

  • npm run dev
  • docker, see above

Checklist

  • I have updated the documentation / No need to update the documentation
  • I have run the linter

@CommanderStorm CommanderStorm marked this pull request as ready for review April 5, 2024 13:42
@CommanderStorm CommanderStorm enabled auto-merge (squash) April 5, 2024 13:52
@CommanderStorm CommanderStorm merged commit 843682f into main Apr 5, 2024
17 checks passed
@CommanderStorm CommanderStorm deleted the nuxt branch April 5, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dark / Light Mode bitte auch automatisch an System anpassen [Feature] SSR
1 participant