question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

standalone/config.js is not being generated

See original GitHub issue

(index):43 Uncaught ReferenceError: config is not defined at HTMLDocument.<anonymous> ((index):43) at fire (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3099) at Object.fireWith [as resolveWith] (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3211) at Function.ready (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3423) at HTMLDocument.completed (jquery-1.11.0.js?_=3.0-SNAPSHOT-338:3453)

GET http://yapms.net/minecraft/standalone/config.js?_=3.0-SNAPSHOT-338 net::ERR_ABORTED 404 (Not Found)

I get these errors when trying to access the server via browser. The webpage is black. standalone/config.js does not exist.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
lastsamurai26commented, Jul 1, 2020

I’m not using the internal server and I had switch from

  • class: org.dynmap.InternalClientUpdateComponent

to

  • class: org.dynmap.JsonFileClientUpdateComponent

then that worked for me

0reactions
mikeprimmcommented, Jul 1, 2020

That is a big one - the two different ‘class’ settings there are for the internal server versus the external (JSON file) based support, so no JsonFileClientUpdateComponent, no files for an external server to use.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I am getting error while converting my next js project to docker
This will cause .next/standalone to be created, and that folder includes server.js so that when the COPY command runs, it and the subfolders ......
Read more >
Configuring Jest
If the file specified by path is not found, an error is returned. For example, with the following configuration: JavaScript; TypeScript. /** @ ......
Read more >
Advanced Features: Output File Tracing - Next.js
Automatically Copying Traced Files. Next. js can automatically create a standalone folder that copies only the necessary files for a production deployment ...
Read more >
Getting started with standalone components - Angular
Standalone components provide a simplified way to build Angular applications. Standalone components, directives, and pipes aim to streamline the authoring ...
Read more >
Config Files - Babel.js
File-relative configuration .babelrc.* files, with the following extensions: .json , .js , .cjs , .mjs . .babelrc file, with no extension.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found