0
qaniqani created
Hello, All the bugs of the project have been fixed, but the button does not work. Working in local but does not work on the server. Network monitoring on sockjs-node/websocket address the status code 101 is turning, this normal? Do you have any advice on the subject? Regards.
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Steps to reproduce the issue:
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
2 Answer(s)
-
1
Hi
Can you share the
oAuthConfigin the environment file with us?Please try code below in the home page and check the console, network tab. If you see any error, please share that with us.
import { OAuthService } from 'angular-oauth2-oidc'; constructor(private oAuthService: OAuthService) {} ngOnInit() { this.oAuthService.initCodeFlow() }Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
