Tag: js
-
Post Views: 15 1. Report an error in the browser console: UncaughtSyntaxError: Invalid or Unexpected token (XXX.js). as shown in Figure 1 2. The last discovery is that the content of the JS file in the response contains \, and the content is escaped. as shown in Figure 2 3. After the \ is removed from the content of the…
-
Post Views: 18 1. Reference:In Laravle 6, simulate a route requesting a resource file, and the data is fetched from the database . Request 200 in the local environment. as shown in Figure 1 2. In the production environment, the response is 404 not found (openresty, server: cloudflare). as shown in Figure 2 3. Check the Nginx request log to…