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

More launch instructions, please. #3

Open
WeeAmigo11 opened this issue Jun 27, 2024 · 6 comments
Open

More launch instructions, please. #3

WeeAmigo11 opened this issue Jun 27, 2024 · 6 comments

Comments

@WeeAmigo11
Copy link

Good afternoon, dear developer.

I want to run your program, but it gets difficult in the process. How do I get your program to work if the web application displays this message at startup: "Please log in to access this application."

Thank you, I'm waiting for feedback

@kiwiplusapp
Copy link

Thats probably because it made the connection with telegram auth. did you speak spanish?

@isanat
Copy link

isanat commented Jul 2, 2024

Does anyone know how to solve this here?

@ShitzuCombatbot

Uncaught SyntaxError: Unexpected token '<' (at index.js:18:14)

import React from 'react';
import ReactDOM from 'react-dom';
import { createBrowserRouter, RouterProvider } from 'react-router-dom';
import './index.css';
import App from './App.js';
import Home from './components/Home';
import Referral from './components/Referral';
import Tasks from './components/Tasks';
import Boost from './components/Boost';
import Stats from './components/Stats';
import ErrorBoundary from './components/ErrorBoundary';

console.log('Starting application...'); // Log application start

const router = createBrowserRouter([
{
path: '/',
element: ,
children: [
{ index: true, element: },
{ path: 'referral', element: },
{ path: 'tasks', element: },
{ path: 'boost', element: },
{ path: 'stats', element: },
],
},
]);

console.log('Router created:', router); // Log created router object

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>



</React.StrictMode>
);

console.log('Application rendered successfully!'); // Log successful rendering

@kiwiplusapp
Copy link

Uncaught SyntaxError: Unexpected token '<' (at index.js:18:14)

The error is about a syntax error. it say it there. Uncaught SyntaxError: Unexpected token '<' (at index.js:18:14)

@Orlej1k
Copy link

Orlej1k commented Jul 4, 2024

@kiwiplusapp can you help me pls? How to fix "Please log in to access this application."? Write to my discord pls -> fancierq

@Orlej1k
Copy link

Orlej1k commented Jul 4, 2024

@WeeAmigo11 did you fix it?

@ragibmondal
Copy link
Owner

Sorry mate, you can try the repo at https://github.com/JustinStar-py/mining-clicker-app

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

No branches or pull requests

5 participants