Sort by type
Im trying to create two buttons to filter events by type, i have a field named TypeEvent with four diferents categories in it. my code is working correctly when i run it locally with asp.net core 6 but doesnt work when i run it in deployment in railway.app . In both cases im using postgresSQL. can you help me to understand what could be the issue in deployment mode and try to fix it? Is there any kind of restriction or special configuration to filter in railway.app ?
15 Replies
Project ID:
a19b97b8-4fef-403c-afd7-4ce7f8a5b775
a19b97b8-4fef-403c-afd7-4ce7f8a5b775
unfortunately this is a very vague request, please provide as much information as you can, code samples, error messages, github repo if possible
there is no error messages in console. this is my code where im triying to filter
I'm sorry but there's just not much to go off here
the question is if is there any restriccion or config to add filters
This is even less clear. What do you mean by filters?
sort
that doesn't clarify anything
sort what?
man
Im trying to create two buttons to filter events by type, i have a field named TypeEvent with four diferents categories in it. my code is working correctly when i run it locally with asp.net core 6 but doesnt work when i run it in deployment in railway.app . In both cases im using postgresSQL. can you help me to understand what could be the issue in deployment mode and try to fix it? Is there any kind of restriction or special configuration to filter in railway.app ?
This is a very vague request, please provide as much information as you can, code samples, error messages, github repo if possible
This seems like a code issue. If it's working locally, compare the versions of packages and providers on Railway vs what you have locally. you can specify the versions you'd like to use using a railway.toml or nixpacks.toml
https://docs.railway.app/deploy/config-as-code
https://nixpacks.com/docs/configuration/file
GitHub
GitHub - FernandoAracena/TangoKultura
Contribute to FernandoAracena/TangoKultura development by creating an account on GitHub.
Hello, Adam. Can you tell me the best way to check providers on railway vs I have locally? Thanks a lot.
This depends what you’re running locally. What language/framework are you using?
Railway tells you what it’s running by scrolling to the very top of the build logs. The table will tell you what is being installed