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
When I run next dev command and fetch some data with sanity using client.fetch(query) I get GET /_next/static/webpack/app/(root)/server-actions.js.map 404 in 333ms at the console.
The only way to avoid getting this problem is by commenting the fetch so I think it's something related with that.
Very minor issue, just curious what could be causing this error:
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (server-actions.js.map, line 0)
Steps to reproduce the behavior:
Expected behavior
no errors in the console
Screenshots
If applicable, add screenshots to help explain your problem.
Which versions of Sanity are you using?
Run
sanity versions
in the terminal and copy-paste the result here.@sanity/cli (global) 3.47.1 (latest: 3.48.1)
@sanity/demo 2.0.0 (up to date)
@sanity/icons 2.11.8 (latest: 3.2.0)
@sanity/image-url 1.0.2 (up to date)
@sanity/preview-url-secret 1.6.17 (up to date)
@sanity/react-loader 1.10.3 (up to date)
@sanity/ui 2.4.0 (latest: 2.5.0)
@sanity/vision 3.47.1 (latest: 3.48.1)
sanity 3.47.1 (latest: 3.48.1)
What operating system are you using?
Mac OS 14.5
Which versions of Node.js / npm are you running?
❯ npm -v && node -v
10.2.4
v21.6.2
Additional context
Add any other context about the problem here.
Security issue?
none
The text was updated successfully, but these errors were encountered: