talkingarmor
talkingarmor
CDCloudflare Developers
Created by talkingarmor on 3/31/2024 in #pages-help
Vuejs in Cloudflare not updated on refresh
Hi, I recently migrated my Vue app from a self hosted with Nginx to Cloudflare. Unfortunately, I noticed an issue is that the page kept using the cached files instead of the latest files available despite multiple refreshes. It basically requires a clear cache + hard refresh to load the latest version. Each Vuejs static has a unique hashcode in the name, so it gets regenerated when there's an update. Does anyone know what configurations that I need to change to fix this issue?😭
11 replies
CDCloudflare Developers
Created by talkingarmor on 3/27/2024 in #workers-help
How to test multiple workers locally
Hi, I would like to migrate from Supabase to Cloudflare and replace all my Edge functions (20+) with Workers. However, I couldn't figure how to run multiple workers locally that's accessible through the same port with different path names to call the different services. Based on the documents, it seems that I need to launch each Worker one by one in different terminals, which seems to be extremely tedious when testing an application that requires access to all the services.
3 replies