PerspoliS
PerspoliS
My Problem Exactly this: I need to Call Url for default language(en) Without language `example.com/articles/` And Call For Another Language With `fr` `example.com/fr/articles/` [Example for Symphony url router](https://stackoverflow.com/a/8271200/5257350)
You test This Code?! I change your code for test to the function like this: ``` function urlss(){ $uri = $_SERVER['REQUEST_URI']; $languages = ['en', 'fr', 'es', 'de']; // this is...
@ldonis : Working code link is not found. please update
@CaptainKarma Hi, I change Admincontroller to this: ``` public function __construct() { parent::__construct(); // special authentication check for the entire controller: Note the check-ADMIN-authentication! // All methods inside this controller...
You right For OR / AND But I Move This Code From `Auth.php` - `Line 56` To `index()` and `login()`. You have Any Idea for Question **Two**!
> There is a current workaround available, outlined in [#158](https://github.com/Hebilicious/authjs-nuxt/issues/158#issuecomment-1937061870) After change I see this error: ``` 500 [GET] "/api/auth/session": 500 Stacktrace async $fetchRaw2 ofetch/dist/shared/ofetch.37386b05.mjs:263:14 async $fetch2 ofetch/dist/shared/ofetch.37386b05.mjs:268:15 (anonymous) @hebilicious/authjs-nuxt/dist/runtime/plugin.mjs:15:17...
@cadiente-jomel : How do you resolved?!
> May I ask where you made the changes? Can you show me your updated [...].ts and Nuxt config? `[...].ts` add basePath ``` import GithubProvider from "@auth/core/providers/github" import type {...
@mussingtonr : right! Have you found any solution?