William Ribasczky
William Ribasczky
This security flaw is serious, it even prevented me from using inertia js in a company. **I was banned from using it due to this security issue.** @jessarcher @reinink There...
Hi everyone, I think Jonathan Reinink's solution is a good way to go. Here's a suggestion: inertia could do the "clearHistory" automatically when detecting a 401, which indicates an expired...
Hello everyone, I came across the same problem today, it really seems like a bug
The bug is also happening to me, after the wave scroll happens a few times, there is a desynchronization between the waves and cursors
In my case above, I need to load the authenticated user if it has not been loaded. However, the call to the API may return a 401 error (authentication) and...
This observation is important, when I was studying the documentation, I had difficulties because in development environments the volumes overwrite the node_modules generated through Dockerfile. I wrote a similar issue:...