Unexpected error from Railway Proxy

i have my app deployed, when try to send any request by swagger any response from any endpoint return this msg: Unexpected error from Railway Proxy
Solution:
this doesnt seem like a message that railway is returning, looks like something your code is returning
Jump to solution
25 Replies
Percy
Percy5mo ago
Project ID: cbfab0cc-7fc8-413e-b097-4dedc90d4e49
blazeszombi
blazeszombiOP5mo ago
cbfab0cc-7fc8-413e-b097-4dedc90d4e49
Brody
Brody5mo ago
can you send a link to your docs so i could see this error for myself?
blazeszombi
blazeszombiOP5mo ago
https://backend-api-tpo-production.up.railway.app/swagger-ui/index.html#/users-controller/signIn this is the swagger when you try to create new user, the endpoint return this msg same happens with other
Brody
Brody5mo ago
okay ill try that now
Solution
Brody
Brody5mo ago
this doesnt seem like a message that railway is returning, looks like something your code is returning
blazeszombi
blazeszombiOP5mo ago
I understand, in that case I will check the code, maybe someone in the team modified something thanks for the help
Brody
Brody5mo ago
no problem, let me know if you need any more help but as it stands with just that as the error, there wouldn't be all that much i can help with
blazeszombi
blazeszombiOP5mo ago
you were right, it was a problem of our code, it was a wrong error catch, we were able to fix it, thank you very much!
Brody
Brody5mo ago
no problem!
Brody
Brody5mo ago
though I'm curious and if you don't mind telling, what did the "railway proxy" mean in that message?
blazeszombi
blazeszombiOP5mo ago
I'm not sure why the host returned that message, but when we tested locally our code returned a 403 because our identity provider returned an error that we were not taking into account, so the default error was a 403. can it be a default message when a response has no body? is a good question.
Brody
Brody5mo ago
not sure, maybe do a text search for that message in your project code? because if a response has no body railway is not going to be adding that message, I can promise you that much
blazeszombi
blazeszombiOP5mo ago
is a possibility, but when I search for that message it does not exist in our code.
blazeszombi
blazeszombiOP5mo ago
No description
blazeszombi
blazeszombiOP5mo ago
I think I have another case
blazeszombi
blazeszombiOP5mo ago
No description
blazeszombi
blazeszombiOP5mo ago
with status 201 but in this case the endpoint should be return response I don't know what to say, the message is very curious, but we will try to handle it from our code.
Brody
Brody5mo ago
how are you sure that you where sending a 403 with an empty body?
blazeszombi
blazeszombiOP5mo ago
as far as we can see yes, this is the error replicated from the project running local
blazeszombi
blazeszombiOP5mo ago
No description
blazeszombi
blazeszombiOP5mo ago
with only header
Brody
Brody5mo ago
okay, makes sense, I will try to reproduce
blazeszombi
blazeszombiOP5mo ago
our project is made with java spring and for the security part we are using spring security so when it does not pass any validation of the request, it breaks in the security filter, returning only status 403.
Brody
Brody5mo ago
i wasnt able to reproduce that message, meaning somehow your app is sending it
No description
Want results from more Discord servers?
Add your server