Hey everyone,
I'm building a project using another open source application as base, and it's my first contact with wasp, so I'm not too familiar with it. But basically my problem is that everything was running on my local but when I tried deploying to railway I'm only seeing a basic "Hello World" as my frontend, not my UI, and I first thought that it was a problem with Railway and was trying a hole bunch of different configurations on my Dockerfile, but nothing was working. Then I accidentally opened localhost:3001 on my browser instead of localhost:3000 and on 3001 I was seeing the same "Hello World".
So digging a little more with ChatGPT localhost:3001 should also show my frontend, and I believe that my frontend for some reason is not really building. I was using wasp version 0.15.0 and upgraded to version 0.16.7 because I thought that could be it and now my localhost:3001 is just a blank screen, which I believe it's progress because now it's not the default wasp for when we don't have anything.
One thing that I thought might be the problem but I'm not sure if it is or how to fix is that on the main.wasp the first ever time that I call an entity I have an error (screenshot) doesn't matter which entity, I always have an error, so my "fix" for it was creating a dummy action right on top of the main.wasp and let that be an error because it's just a dummy and is not really running anything, but I'm not sure if that fixes it or if that is my main problem at all.
If anyone has any suggestions on what could be going wrong I would really appreciate it, thanks