DeydarionOriginal post
Web Developer
Hi I I've been struggling with this issue for a few days now. Error 500 occurs when I try to get data using "vue query". The strangest thing is that if I start on another page and update the site and then go to the page where the useOmbQuery function is called, then everything will work without errors. However, if I update the site, this error will appear on the same page. Help please!!
Summary
Issue: Error 500 occurring when attempting to get data using "vue query". Error goes away temporarily after navigating from another page and returning, but returns after updating the site.
Solution: This issue could be related to caching problems or timing issues with the data retrieval process. Developers can try clearing the cache and optimizing the data retrieval process to prevent the Error 500.