I am not getting the access token for my MERN app deployed in Azure webapp. I can see ARRAffinity, ARRAffinitySameSite, refreshToken but access token is missing why?

Vishal 0 Reputation points
2026-01-01T17:35:00.99+00:00

for my MERN application, in browser nerwork tab, I can see : ARRAffinity, ARRAffinitySameSite, refreshToken but I cant see access token, because of this I cant logi to my application, although my application is not down, but I cant enter into application by putting user and password.

these are my settings:-

Stack: Node

Startup Command: npm start

SCM Basic Auth Publishing: ON

FTP Basic Auth Publishing: ON

FTP state: FTPS only

Inbound IP mode: IPV4

HTTP version: 2.0

HTTP 2.0 Proxy: OFF (When this setting is enabled, front end will forward HTTP 2.0 traffic to the worker enabling scenarios like GRPC.)

SSH: ON

Always on: ON (Prevents your app from being idled out due to inactivity)

Session affinity: OFF, (I have tried with Turn Session Affinity ON also) (Improve performance of your stateless app by turning Affinity Cookie off, stateful apps should keep this setting on for compatibility.)

Session affinity proxy: OFF (Adjust the Affinity Cookie domain to the reverse proxy domain.)

HTTPS Only: ON/OFF (Enable this feature to redirect all HTTP traffic to HTTPS.)

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.