Open interad-woergoetter opened 1 year ago
Just wanted to add that we have the same issue. I can even delete the gateway.fgp
file and it keeps working.
However if I restart it after deleting the file it can't load the schema, so I'm sure that the same file is being loaded and the correct directory is being used.
Is there an existing issue for this?
Product
Hot Chocolate
Describe the bug
When I configure my fusion gateway server from a file, changes to the file don't take effect until the server is restarted.
The issue occurred in version 13.5.1. After downgrading to 13.2.1, when the configuration looked slightly differently, hot reload worked without needing to restart.
Steps to reproduce
services.AddFusionGatewayServer().ConfigureFromFile("gateway.fgp", watchFileForUpdates: true)
.Relevant log output
No response
Additional Context?
.ConfigureFromCloud() seems to work. So I assume the error might be related to the file watcher.
Version
13.5.1