ragibmondal / Hamster-Kombat-Clone

https://hamster-kombat-clone.vercel.app
MIT License
23 stars 39 forks source link

More launch instructions, please. #3

Open WeeAmigo11 opened 5 months ago

WeeAmigo11 commented 5 months ago

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 commented 5 months ago

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

isanat commented 5 months ago

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(

); console.log('Application rendered successfully!'); // Log successful rendering
kiwiplusapp commented 5 months ago

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 commented 5 months ago

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

Orlej1k commented 5 months ago

@WeeAmigo11 did you fix it?

ragibmondal commented 5 months ago

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