Open pverbrug opened 1 year ago
After I compile the source code and try to run the .exe, the log file has the following information
{"level":"info","msg":"astikit: starting worker...","time":"2023-01-22T20:49:04-08:00"} {"level":"info","msg":"astikit: stopping worker...","time":"2023-01-22T20:49:04-08:00"} {"level":"fatal","msg":"running bootstrap failed: restoring resources failed: checking resources failed: getting checksum of assets failed: getting checksum of resources/static/vue-igopher/dist failed: getting data from asset resources/static/vue-igopher/dist failed: Asset resources/static/vue-igopher/dist not found","time":"2023-01-22T20:49:04-08:00"}
This is all run on a Windows machine.
Could you share the content of you bootstrap.Options{}?
bootstrap.Options{}
Also could you tell me whether resources/static/vue-igopher/dist exists in the path of you Go project?
resources/static/vue-igopher/dist
After I compile the source code and try to run the .exe, the log file has the following information
{"level":"info","msg":"astikit: starting worker...","time":"2023-01-22T20:49:04-08:00"} {"level":"info","msg":"astikit: stopping worker...","time":"2023-01-22T20:49:04-08:00"} {"level":"fatal","msg":"running bootstrap failed: restoring resources failed: checking resources failed: getting checksum of assets failed: getting checksum of resources/static/vue-igopher/dist failed: getting data from asset resources/static/vue-igopher/dist failed: Asset resources/static/vue-igopher/dist not found","time":"2023-01-22T20:49:04-08:00"}
This is all run on a Windows machine.