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

🐛 Events Endpoint - Fixed events returning a 500 level response #3132

Merged
merged 13 commits into from
Sep 23, 2024
Merged
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/public ./public

# Set the correct permissions for the tina cache folder
RUN mkdir -p /app/tina
RUN chown nextjs:nodejs /app/tina

# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown nextjs:nodejs .next
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@tinacms/cli": "^1.6.3",
"@tinacms/cli": "^1.6.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
Expand Down Expand Up @@ -97,7 +97,7 @@
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.10",
"tailwindcss-gradients": "^3.0.0",
"tinacms": "^2.2.3",
"tinacms": "^2.2.4",
"typescript": "^5.5.4",
"usehooks-ts": "^3.1.0",
"xss": "^1.0.15",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading