Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Next Logger #714

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

[WIP] Next Logger #714

wants to merge 1 commit into from

Conversation

rblaine95
Copy link
Contributor

JSON Serialized Logging for NextJS

@rblaine95
Copy link
Contributor Author

rblaine95 commented Apr 11, 2024

It's not that simple

node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module 'next-logger'
Require stack:
- internal/preload
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at internalRequire (node:internal/modules/cjs/loader:174:19)
    at Module._preloadModules (node:internal/modules/cjs/loader:1569:5)
    at loadPreloadModules (node:internal/process/pre_execution:628:5)
    at setupUserModules (node:internal/process/pre_execution:154:3)
    at prepareExecution (node:internal/process/pre_execution:114:5)
    at prepareMainThreadExecution (node:internal/process/pre_execution:40:10)
    at node:internal/main/run_main_module:11:19 {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ 'internal/preload' ]
}

Node.js v18.20.2

Looks like it may be related to sainsburys-tech/next-logger#13

@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch 2 times, most recently from 8a04a10 to 74f8ac8 Compare April 12, 2024 09:27
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch from 74f8ac8 to 3e0124e Compare April 18, 2024 13:45
@rblaine95 rblaine95 marked this pull request as draft April 18, 2024 13:47
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch 2 times, most recently from 033f1fd to 7b0a7cf Compare April 18, 2024 14:21
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch 3 times, most recently from a9eb9f6 to 716da78 Compare April 18, 2024 14:49
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch from 716da78 to 436472a Compare April 23, 2024 14:10
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch from 436472a to 7816d54 Compare April 24, 2024 09:17
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch from 7816d54 to 3d5163c Compare April 24, 2024 13:21
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch from 3d5163c to 171953c Compare May 3, 2024 10:05
@rblaine95 rblaine95 force-pushed the feature/test-next-logger branch from 171953c to 10e5443 Compare May 3, 2024 10:44
@rblaine95 rblaine95 closed this May 3, 2024
@rblaine95 rblaine95 deleted the feature/test-next-logger branch May 3, 2024 10:54
@rblaine95 rblaine95 restored the feature/test-next-logger branch May 23, 2024 10:55
@rblaine95 rblaine95 reopened this May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant