Closed a-shigemichi closed 1 month ago
I couldn't reproduce your view in the References section, and I encountered the following error when accessing localhost:3000/home. Can you resolve this issue?
I’m still getting the error I mentioned earlier. Here’s a screen recording, and if there’s any mistake in my steps, please let me know.
https://github.com/user-attachments/assets/eca3c130-fcbb-489d-aa28-c3d96abf9923
Images are not updated when using $ docker compose up -d
, so please try running it with $ docker compose up --build
instead.
Issue Number
https://github.com/okuda-seminar/Twitter-Clone/issues/439
Implementation Summary
Created page-layout component, implemented as parent component for page.tsx files across directories. Improved overall layout structure and consistency.
References
Points to note
If Docker images already exist, they won't be updated when using
$ docker compose up -d
. Therefore, please try running$ docker compose up --build
instead.Schedule
2024/10/4