-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hello, I've found a bug in Krayin v2.1. The application generates mixed content (http) URLs for all its datagrid API calls (Dashboard, Users list, Groups list, etc.), causing the pages to get stuck in a loading state.
This happens even after confirming the following fixes:
- APP_URL is set to https:// in the .env file.
- URL::forceScheme('https') is active in AppServiceProvider.
- All caches have been cleared (config:clear, cache:clear, etc.) and also re-cached (config:cache).
- The incorrect http URL is not stored in the core_config database table.
The bug seems to be in the URL generation for API/datagrid routes, which does not respect the application's HTTPS configuration.
Metadata
Metadata
Assignees
Labels
No labels