railway.toml being too aggressively cached
Anonymous
PROOP
a month ago
If we add, then remove a railway.toml file in favor of just having a railway.json file, the entry point script is very aggressively cached.
If I delete the toml and entrypoint files, the console still uses the cached version of the entrypoint script as a start command even though the script and .toml have been deleted.
0 Threads mention this feature
2 Replies
Anonymous
PROOP
a month ago
Interesting. We had to rename the project after deleting the .toml in order to get the .toml script call to no longer appear in the setup screen and no longer run the entry point scripts. (which had also been deleted).