hi, I’m running lakefs locally, and having some is...
# help
s
hi, I’m running lakefs locally, and having some issues with vite - the live server was working fine but now suddenly is not reflecting the UI changes I make anymore. I tried restarting the app and clearing cookies, but I’m still facing this problem. What could be the issue ?
t
Hi @Shamika Kumar! good to hear from you! 🙂 Let me try to reproduce it. In the meantime, it will be great if you can provide the following details: • What kind of changes you are making • If you are seeing vite-related errors, can you please share them? • Are you working on master? • What node version are you running?
Issue summary - The issue happened in a macOS environment after creating a new jsx file via vscode. Initially, the created file included lines that caused an error. After removing the lines causing the error, vite kept accessing a file containing the stale erroneous content. After recreating the file, copying the jsx file’s content to the new file, and restarting vite, the issue disappeared. We think that the root cause was that the file had the “Stationary pad” file attribute.