dx_manh
dx_manh
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
Thank you. During the past few hours, alongside troubleshooting the issue, I also posted the question on the community. And I'm still actively seeking ways to resolve the problem.
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
Yes, I understand. What I mean is that since I cannot reproduce the error, resolving it has become a deadlock
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
I have redeployed on Railway several times, but the error still occurs. However, on my local machines where I deploy this project, the error doesn't occur. It's really difficult to troubleshoot
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
I have cloned this project to another machine, and it runs fine on that machine. I'm quite stuck on this issue :((
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
Thank you. Is there any way to receive support from the Railway technical team? I believe this error is internal to their system
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
The deadline is pressing on me. I need urgent assistance :(((((((
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
microservices
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
"No, it is a relative path
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
I have declared the Thymeleaf path to the templates directory in the application.yaml file: spring: thymeleaf: prefix: classpath:/templates/ suffix: .html I have also declared a route so that when accessing the corresponding URL, it will go to the file: client/index.html: @GetMapping(value = {"/", "/home", "/trang-chu"}) public ModelAndView index() { ModelAndView view = new ModelAndView("/client/index"); return view; } And here is the file path of that file in the project: src/main/resources/templates/client/index.html I have also declared the dependent libraries in the pom.xml file: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> <dependency> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-layout-dialect</artifactId> </dependency> <dependency> <groupId>org.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-springsecurity6</artifactId> </dependency>
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
This is my log. I really hope to receive assistance
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
Thank you. But can he trace and identify the issue from that log? I'm concerned that since the error description is limited, it might be challenging for him to trace
27 replies
RRailway
Created by dx_manh on 9/1/2023 in #✋|help
Deployment issues in Spring Boot project
I really need help. I hope everyone can assist me.
27 replies
RRailway
Created by dx_manh on 8/23/2023 in #✋|help
After redeploying, I lost the uploaded images in the directory
I will explore the solution you suggested. Thank you very much
20 replies
RRailway
Created by dx_manh on 8/23/2023 in #✋|help
After redeploying, I lost the uploaded images in the directory
Thank you for everyone's assistance. I think to avoid incurring additional fees, I will handle file uploads by storing them in Google Drive
20 replies
RRailway
Created by dx_manh on 8/23/2023 in #✋|help
After redeploying, I lost the uploaded images in the directory
If I use the railway volumes option, do I have to pay an additional fee? My website serves very simple needs, so I'm currently using the Hobby package. I don't want to incur any additional costs. I would greatly appreciate everyone's response
20 replies
RRailway
Created by dx_manh on 8/23/2023 in #✋|help
After redeploying, I lost the uploaded images in the directory
I am storing the uploaded images directly within my project
20 replies
RRailway
Created by dx_manh on 8/23/2023 in #✋|help
After redeploying, I lost the uploaded images in the directory
I am currently using the second approach you mentioned. So, the solution would be either using railway volumes as you mentioned or storing the files in the cloud and saving the file paths in the database, right?
20 replies
RRailway
Created by dx_manh on 8/23/2023 in #✋|help
After redeploying, I lost the uploaded images in the directory
N/A
20 replies