single-page-application Questions

4

Solved

There are various one-liner HTTP server commands, e.g. the best-known is probably python -m http.server. I'm looking for a similar command which would run a server that ignores the file path and se...
Wade asked 10/12, 2019 at 13:2

3

I have extremely little experience with web tech, only know basic HTML and CSS. I have an assignment where I'm supposed to evaluate a website and identify web techs that can help improve the site. ...
Weissmann asked 10/11, 2017 at 18:31

3

Solved

I'm playing with Figwheel and writing a simple single-page app that doesn't require any server-side intelligence. In principle, this app. could be placed on any static web-server. But how do I a...
Nisi asked 6/6, 2016 at 22:42

3

Solved

Are there still any benefits of using a <form> element instead of let's say a <div> element in the context of a single page application? The purpose of the <form> element makes se...
Neurasthenia asked 2/7, 2015 at 1:32

2

Frontend: localhost:3002 Backend: sanctum.local How to config these two fields in the env file: SANCTUM_STATEFUL_DOMAINS= SESSION_DOMAIN= when I try to login I get 419 unknown status.
Miracidium asked 15/10, 2020 at 17:8

6

There are guides and questions all over the place on how to do this, but never really a concrete answer that is satisfactory. Basically, I'm wondering if it's possible to host a static SPA (HTML/CS...

11

I'm trying to post my SPA app that works fine locally but when I push it to Github Pages, the interior pages don't register if you navigate to them directly. For example http://USER.github.io/PRO...

11

Solved

I am getting the net::ERR_CERT_AUTHORITY_INVALID error in ASP.NET Core when I try to request my Web API from an SPA. The first solution to fix the issue was to go my ASP.NET Core address from brows...
Softshoe asked 8/9, 2020 at 14:58

2

Solved

Should be an easy question, just can't find the answer. I have an SPA (AngularJS) with web api which is self hosted with Owin. I use Nancy to serve the page, but I would like to get rid of Nancy a...
Cerebritis asked 12/2, 2015 at 11:54

3

I am failing to understand the error that I am getting while trying to authenticate a user with the Micrsoft Authentication library for React (PWA). I need help understanding why it fails when atte...
Meryl asked 1/6, 2021 at 12:11

5

I built my website with React and React Router and it is hosted on Github Pages. When I refresh the site on a page that is not my home page OR do ctrl+click to open the page in a new tab, it leads ...
Kristof asked 18/8, 2020 at 6:13

4

Trying to achieve content grouping in mobile site which is SPA. The scenario goes like this: When I am visiting a PDP page for the first time, category variable is set and this is sent to content ...
Unprovided asked 28/4, 2017 at 6:29

9

Solved

What is the difference in Angular 2 between the following snippets: <div [class.extra-sparkle]="isDelightful"> <div [ngClass]="{'extra-sparkle': isDelightful}">

23

Solved

How do you definitively detect whether or not the user has pressed the back button in the browser? How do you enforce the use of an in-page back button inside a single page web application using ...

4

after trial and error it seems to me that Google OIDC does not support the code flow without supplying the client secret: https://developers.google.com/identity/protocols/oauth2/native-app#exchange...

13

Say I have a single-page application that uses a third party API for content. The app’s logic is in-browser only; there is no backend I can write to. To allow deep-linking into the state of the app...
Disinfection asked 15/2, 2014 at 20:0

4

Solved

I am designing a new web application which requires an oAuth2 implementation. I've been reading up on oAuth2 Authorization Code flow with PKCE. That makes sense, it ensures that de client who is in...

4

So I am trying to host a Single Page Application alongside a normal REST API with spring. What this means is that all requests that goes to the normal /api/ endpoints should be handled by the resp...
Vedetta asked 25/1, 2019 at 7:56

2

Solved

In our organization, we use our own custom Oauth2 provider (which does not have “.well-known/OpenID-configuration” discovery endpoint because it id not OIDC provider). We have a React single page a...

9

I'm developing a spring backend for a react-based single page application where I'm using react-router for client-side routing. Beside the index.html page the backend serves data on the path /api/...

9

I have classic web application rendered on server. I want to create admin panel as single page application in React. I want to server admin panel from https://smyapp.example.com/admin/. I try to us...

3

I'm trying to run multiple React SPA apps using ASP.NET Core 3.1 with the lastest SpaServices extension and have a problem serving static assets. Much of what I've built comes from a similar questi...

2

Solved

For example I want to refresh chat messages by multiple tabs with socket.io, longpolling, etc... whatever I have... For that I want to use only a single connection for all of the tabs. How can I ma...

4

Solved

I have a requirement where i want to run flutter app for specific URL inside react application and for rest of the urls, react app will run. I will have flutter build folder and also will use brows...

7

Solved

I have a single page application (angular-js) which is served through IIS. How do I prevent caching of HTML files? The solution needs to be achieved by changing content within either index.html or ...
Mashe asked 28/10, 2014 at 4:21

© 2022 - 2024 — McMap. All rights reserved.