You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to test with miniflare before I deploy my site to Cloudflare and I got this error:
[Vue warn]: Component is missing template or render function.
[nuxt] [request error] Code generation from strings disallowed for this context
at new Function (<anonymous>)
at messageCompiler (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:5755:17)
at compileMessageFormat (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:5856:15)
at translate (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:5794:44)
at fn (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:6285:38)
at wrapWithDeps (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:6273:13)
at Object.t (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:6285:12)
at Object.getWebsiteName (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:7276:38)
at _sfc_setup$c (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:8133:37)
at ti.setup (/home/ross/ExpidusOS/website/.nuxt/dist/server/server.mjs:8193:25)
GET / 500 Internal Server Error (132.29ms)
GET /_nuxt/entry.c2d58daf.css 200 OK (3.61ms)
GET /_nuxt/entry-dc2bc69d.mjs 200 OK (2.95ms)
GET /_nuxt/index-6f243974.mjs 200 OK (2.34ms)
The text was updated successfully, but these errors were encountered:
Trying to test with miniflare before I deploy my site to Cloudflare and I got this error:
The text was updated successfully, but these errors were encountered: